crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ccd85e hex color - Yellow - Warm color - Information

#ccd85e hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #ccd85e Color code in RGB color code model is created after adding 80% red color, 84.71% green color and 36.86% blue color. Hex #ccd85e Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 0% magenta, 56% yellow and 15% black.

Hex #ccd85e color code is between #bbdd66 web safe hex color code and #ddcc55 web safe hex color code. #bbdd66 is the nearest web safe color code. You can see here many more shades of #ccd85e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeccd85e#ccd85e
RGB Decimal204, 216, 94rgb(204, 216, 94)
RGB Percent80%, 85%, 37%rgb(80%, 85%, 37%)
CSS RGBa204, 216, 94,1rgba(204,216,94,1)
CMYK Modelcmyk(6%,0%,56%,15%)
HSL Color Space66,61% ,61%hsl(66,61% ,61%)
HSV Color Space66°, 56%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001101100001011110
Octal314330136
Decimal20421694
Hexccd85e

Different shades of #ccd85e color code.

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

Light Shade of #ccd85e
#d9e287
Dark Shade of #ccd85e
#bfce35
Saturated Shade of #ccd85e
#d4e254
Desaturated Shade of #ccd85e
#c4ce68
Grey scale Shade of #ccd85e
#9b9b9b
Brighten Shade
#e5f177
Most Readable Shade
#000000

Shades of #ccd85e color code

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

#ccd85e
#b5c053
#9ea849
#88903e
#717834
#5a6029
#44481f
#2d3014
#16180a
#000000

Similar Color like #ccd85e color

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

#cdd95f
#ceda60
#cfdb61
#d0dc62
#d1dd63
#d2de64
#d3df65
#d4e066
#d5e167
#d6e268
#d7e369
#d8e46a
#d9e56b
#dae66c
#cbd75d
#cad65c
#c9d55b
#c8d45a
#c7d359
#c6d258
#c5d157
#c4d056
#c3cf55
#c2ce54
#c1cd53
#c0cc52
#bfcb51
#beca50

Monochromatic Color with #ccd85e

#ccd85e
#030302
#2b2e14
#545827
#7c8339
#a4ad4b

Tints of #ccd85e Color

#ccd85e
#d1dc6f
#d7e081
#dde593
#e2e9a5
#e8edb7
#eef2c9
#f3f6db
#f9faed
#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

#ccd85e
#6a5ed8

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

Split Complementary

#ccd85e
#5e8fd8
#a75ed8

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

Analogous Color

#d8b35e
#d8cc5e
#ccd85e
#b4d85e
#9bd85e

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

#ccd85e
#5eccd8
#d85ecc

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

#ccd85e
#5ed8a7
#6a5ed8
#d85e8f

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

#ccd85e
#6a5ed8
#a75ed8
#8fd85e

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

#ccd85e Color Code Preview on Black Background Color

This is how #ccd85e Color will look on black background color. Color contrast ratio is 13.55

#ccd85e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccd85e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccd85e

#ccd85e color code is use for CSS Background Color

Background color for the above div is #ccd85e

HTML with inline CSS

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

#ccd85e color code is use for CSS Border Color

CSS Border color for the above div is #ccd85e

HTML with inline CSS

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

CSS Border Left color for the above div is #ccd85e

HTML with inline CSS

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

CSS Border Right color for the above div is #ccd85e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccd85e

HTML with inline CSS

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

CSS Border Top color for the above div is #ccd85e

HTML with inline CSS

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

#ccd85e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccd85e Color code Preview on White Background

This is how #ccd85e Color code will look on white background color. Color contrast ratio is 1.55

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.