Color Hex Logo

#ccd88f Color Hex

#CCD88F
(204,216,143)
0 Favorites   0 Comments

Color spaces of #ccd88f

RGB 204216143
HSL0.190.480.70
HSV70°34°85°
CMYK 0.060.000.34   0.15
XYZ54.415663.932335.4588
Yxy63.93230.35380.4157
Hunter Lab79.9577-18.446929.6771
CIE-Lab83.9305-15.559534.6941

#ccd88f color RGB value is (204,216,143).

#ccd88f hex color red value is 204, green value is 216 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ccd88f hue: 0.19 , saturation: 0.48 and the lightness value of ccd88f is 0.70.

The process color (four color CMYK) of #ccd88f color hex is 0.06, 0.00, 0.34, 0.15. Web safe color of #ccd88f is #cccc99. Color #ccd88f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011000 10001111
Octal 314 330 217
Decimal 204 216 143
Hex CC D8 8F

RGB Percentages of Color #ccd88f

%36.23
%38.37
%25.40

CMYK Percentages of Color #ccd88f

%6
%0
%34
%15

Triadic Colors of #ccd88f

#ccd88f #8fccd8 #d88fcc

Analogous Colors of #ccd88f

#ccd88f #a8d88f #d8c08f

Monochromatic Colors of #ccd88f

#ccd88f

Complementary Color

#ccd88f #9b8fd8

#ccd88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd88f Color CSS Codes

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

#ccd88f Text Font Color

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

This sample text font color is #ccd88f
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.


#ccd88f Background Color

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

This div background color is #ccd88f


#ccd88f Border Color

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

This div border color is #ccd88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd88f


Comments

No comments written yet.

Please login to write comment.