crispedge.com

Color picker

Loading...

#ccd00f hex color - Green - Warm color - Information

#ccd00f hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #ccd00f Color code in RGB color code model is created after adding 80% red color, 81.57% green color and 5.88% blue color. Hex #ccd00f Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 93% yellow and 18% black.

Hex #ccd00f color code is between #bbcc11 web safe hex color code and #dddd00 web safe hex color code. #bbcc11 is the nearest web safe color code. You can see here many more shades of #ccd00f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeccd00f#ccd00f
RGB Decimal204, 208, 15rgb(204, 208, 15)
RGB Percent80%, 82%, 6%rgb(80%, 82%, 6%)
CSS RGBa204, 208, 15,1rgba(204,208,15,1)
CMYK Modelcmyk(2%,0%,93%,18%)
HSL Color Space61,87% ,44%hsl(61,87% ,44%)
HSV Color Space61°, 93%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001101000000001111
Octal31432017
Decimal20420815
Hexccd00f

Different shades of #ccd00f color code.

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

Light Shade of #ccd00f
#ebef23
Dark Shade of #ccd00f
#9da00c
Saturated Shade of #ccd00f
#d7db04
Desaturated Shade of #ccd00f
#c1c51a
Grey scale Shade of #ccd00f
#6f6f6f
Brighten Shade
#e5e928
Most Readable Shade
#000000

Shades of #ccd00f color code

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

#ccd00f
#b5b80d
#9ea10b
#888a0a
#717308
#5a5c06
#444505
#2d2e03
#161701
#000000

Similar Color like #ccd00f color

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

#cdd110
#ced211
#cfd312
#d0d413
#d1d514
#d2d615
#d3d716
#d4d817
#d5d918
#d6da19
#d7db1a
#d8dc1b
#d9dd1c
#dade1d
#cbcf0e
#cace0d
#c9cd0c
#c8cc0b
#c7cb0a
#c6ca09
#c5c908
#c4c807
#c3c706
#c2c605
#c1c504
#c0c403
#bfc302
#bec201

Monochromatic Color with #ccd00f

#ccd00f
#f6fa12
#252603
#4f5006
#797b09
#a2a50c

Tints of #ccd00f Color

#ccd00f
#d1d529
#d7da44
#dddf5f
#e2e479
#e8ea94
#eeefaf
#f3f4c9
#f9f9e4
#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

#ccd00f
#130fd0

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

Split Complementary

#ccd00f
#0f6bd0
#740fd0

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

Analogous Color

#d0870f
#d0ad0f
#ccd00f
#a5d00f
#7fd00f

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

#ccd00f
#0fccd0
#d00fcc

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

#ccd00f
#0fd073
#130fd0
#d00f6b

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

#ccd00f
#130fd0
#740fd0
#6bd00f

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 #ccd00f 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.

#ccd00f Color Code Preview on Black Background Color

This is how #ccd00f Color will look on black background color. Color contrast ratio is 12.60

#ccd00f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccd00f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccd00f

#ccd00f color code is use for CSS Background Color

Background color for the above div is #ccd00f

HTML with inline CSS

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

#ccd00f color code is use for CSS Border Color

CSS Border color for the above div is #ccd00f

HTML with inline CSS

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

CSS Border Left color for the above div is #ccd00f

HTML with inline CSS

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

CSS Border Right color for the above div is #ccd00f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccd00f

HTML with inline CSS

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

CSS Border Top color for the above div is #ccd00f

HTML with inline CSS

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

#ccd00f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccd00f Color code Preview on White Background

This is how #ccd00f Color code will look on white background color. Color contrast ratio is 1.67

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 #ccd00f; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ccd00f; }

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,208,15,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(19,15,208,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,208,15,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.