crispedge.com

Color picker

Loading...

#ccf14e hex color - Green - Warm color - Information

#ccf14e hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #ccf14e Color code in RGB color code model is created after adding 80% red color, 94.51% green color and 30.59% blue color. Hex #ccf14e Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 0% magenta, 68% yellow and 5% black.

Hex #ccf14e color code is between #bbee55 web safe hex color code and #ddff44 web safe hex color code. #bbee55 is the nearest web safe color code. You can see here many more shades of #ccf14e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeccf14e#ccf14e
RGB Decimal204, 241, 78rgb(204, 241, 78)
RGB Percent80%, 95%, 31%rgb(80%, 95%, 31%)
CSS RGBa204, 241, 78,1rgba(204,241,78,1)
CMYK Modelcmyk(15%,0%,68%,5%)
HSL Color Space74,85% ,63%hsl(74,85% ,63%)
HSV Color Space74°, 68%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001111000101001110
Octal314361116
Decimal20424178
Hexccf14e

Different shades of #ccf14e color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #ccf14e
#daf57d
Dark Shade of #ccf14e
#beed1f
Saturated Shade of #ccf14e
#d1fb44
Desaturated Shade of #ccf14e
#c7e758
Grey scale Shade of #ccf14e
#9f9f9f
Brighten Shade
#e5ff67
Most Readable Shade
#000000

Shades of #ccf14e color code

Generate more color scales with scales (color stack) generator.

#ccf14e
#b5d645
#9ebb3c
#88a034
#71852b
#5a6b22
#44501a
#2d3511
#161a08
#000000

Similar Color like #ccf14e color

Find visually similar hex color codes nearing to #ccf14e hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#cdf24f
#cef350
#cff451
#d0f552
#d1f653
#d2f754
#d3f855
#d4f956
#d5fa57
#d6fb58
#d7fc59
#d8fd5a
#d9fe5b
#daff5c
#cbf04d
#caef4c
#c9ee4b
#c8ed4a
#c7ec49
#c6eb48
#c5ea47
#c4e946
#c3e845
#c2e744
#c1e643
#c0e542
#bfe441
#bee340

Monochromatic Color with #ccf14e

#ccf14e
#181c09
#3c4717
#607125
#849c32
#a8c640

Tints of #ccf14e Color

#ccf14e
#d1f261
#d7f475
#ddf589
#e2f79c
#e8f8b0
#eefac4
#f3fbd7
#f9fdeb
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#ccf14e
#734ef1

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#ccf14e
#4e7bf1
#c44ef1

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#f1d54e
#edf14e
#ccf14e
#abf14e
#8bf14e

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#ccf14e
#4eccf1
#f14ecc

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#ccf14e
#4ef1c4
#734ef1
#f14e7a

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ccf14e
#734ef1
#c44ef1
#7bf14e

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #ccf14e Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#ccf14e Color Code Preview on Black Background Color

This is how #ccf14e Color will look on black background color. Color contrast ratio is 16.26

#ccf14e in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#ccf14e">Your Example Paragraph content text in with font color #ccf14e </p>

Your Example Paragraph content text in with font color #ccf14e

HTML with inline CSS

<div style="color:#ccf14e">Your Paragraph text in with font color #ccf14e </div>

Your Example Paragraph content text in with font color #ccf14e

#ccf14e color code is use for CSS Background Color

Background color for the above div is #ccf14e

HTML with inline CSS

<div style="background-color:#ccf14e;"></div>

#ccf14e color code is use for CSS Border Color

CSS Border color for the above div is #ccf14e

HTML with inline CSS

<div style="border:5px solid #ccf14e;"></div>

CSS Border Left color for the above div is #ccf14e

HTML with inline CSS

<div style="border-left:5px solid #ccf14e;"></div>

CSS Border Right color for the above div is #ccf14e

HTML with inline CSS

<div style="border-right:5px solid #ccf14e;"></div>

CSS Border Bottom color for the above div is #ccf14e

HTML with inline CSS

<div style="border-bottom:5px solid #ccf14e;"></div>

CSS Border Top color for the above div is #ccf14e

HTML with inline CSS

<div style="border-top:5px solid #ccf14e;"></div>

#ccf14e hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#ccf14e; } .examplecolorclass {color:#ccf14e; } .examplebordercolor {border:3px solid #ccf14e; }

#ccf14e Color code Preview on White Background

This is how #ccf14e Color code will look on white background color. Color contrast ratio is 1.29

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #ccf14e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ccf14e; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(204,241,78,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(115,78,241,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,241,78,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.