Color Hex Logo

#ccd08e Color Hex

#CCD08E
(204,208,142)
0 Favorites   0 Comments

Color spaces of #ccd08e

RGB 204208142
HSL0.180.410.69
HSV64°32°82°
CMYK 0.020.000.32   0.18
XYZ52.340259.902134.3948
Yxy59.90210.35690.4085
Hunter Lab77.3964-14.731227.8292
CIE-Lab81.7849-11.658232.3852

#ccd08e color RGB value is (204,208,142).

#ccd08e hex color red value is 204, green value is 208 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ccd08e hue: 0.18 , saturation: 0.41 and the lightness value of ccd08e is 0.69.

The process color (four color CMYK) of #ccd08e color hex is 0.02, 0.00, 0.32, 0.18. Web safe color of #ccd08e is #cccc99. Color #ccd08e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 10001110
Octal 314 320 216
Decimal 204 208 142
Hex CC D0 8E

RGB Percentages of Color #ccd08e

%36.82
%37.55
%25.63

CMYK Percentages of Color #ccd08e

%2
%0
%32
%18

Triadic Colors of #ccd08e

#ccd08e #8eccd0 #d08ecc

Analogous Colors of #ccd08e

#ccd08e #abd08e #d0b38e

Monochromatic Colors of #ccd08e

#ccd08e

Complementary Color

#ccd08e #928ed0

#ccd08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd08e Color CSS Codes

.mybgcolor {background-color:#ccd08e; } 
.myforecolor {color:#ccd08e; }
.mybordercolor {border:3px solid #ccd08e; }

#ccd08e Text Font Color

<p style="color:#ccd08e">Text here</p>

This sample text font color is #ccd08e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ccd08e Background Color

<div style="background-color:#ccd08e">
Div content here</div>

This div background color is #ccd08e


#ccd08e Border Color

<div style="border:3px solid #ccd08e">
Div here</div>

This div border color is #ccd08e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,208,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccd08e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccd08e;
  -webkit-box-shadow: 1px 1px 3px 2px #ccd08e;
  box-shadow:         1px 1px 3px 2px #ccd08e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,208,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ccd08e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ccd08e;
  -webkit-box-shadow: 1px 1px 3px 2px #ccd08e;
  box-shadow:         1px 1px 3px 2px #ccd08e;">
Div content here</div>

This div box has shadow with color #ccd08e


Comments

No comments written yet.

Please login to write comment.