Color Hex Logo

#ccd06f Color Hex

#CCD06F
(204,208,111)
0 Favorites   0 Comments

Color spaces of #ccd06f

RGB 204208111
HSL0.170.510.63
HSV62°47°82°
CMYK 0.020.000.47   0.18
XYZ50.327059.096823.7932
Yxy59.09680.37780.4436
Hunter Lab76.8744-17.672635.4614
CIE-Lab81.3448-15.084247.3708

#ccd06f color RGB value is (204,208,111).

#ccd06f hex color red value is 204, green value is 208 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ccd06f hue: 0.17 , saturation: 0.51 and the lightness value of ccd06f is 0.63.

The process color (four color CMYK) of #ccd06f color hex is 0.02, 0.00, 0.47, 0.18. Web safe color of #ccd06f is #cccc66. Color #ccd06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 01101111
Octal 314 320 157
Decimal 204 208 111
Hex CC D0 6F

RGB Percentages of Color #ccd06f

%39.01
%39.77
%21.22

CMYK Percentages of Color #ccd06f

%2
%0
%47
%18

Triadic Colors of #ccd06f

#ccd06f #6fccd0 #d06fcc

Analogous Colors of #ccd06f

#ccd06f #9cd06f #d0a46f

Monochromatic Colors of #ccd06f

#ccd06f

Complementary Color

#ccd06f #736fd0

#ccd06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd06f Color CSS Codes

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

#ccd06f Text Font Color

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

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


#ccd06f Background Color

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

This div background color is #ccd06f


#ccd06f Border Color

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

This div border color is #ccd06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd06f


Comments

No comments written yet.

Please login to write comment.