Color Hex Logo

#cdd06f Color Hex

#CDD06F
(205,208,111)
0 Favorites   0 Comments

Color spaces of #cdd06f

RGB 205208111
HSL0.170.510.63
HSV62°47°82°
CMYK 0.010.000.47   0.18
XYZ50.602059.238623.8061
Yxy59.23860.37860.4432
Hunter Lab76.9666-17.336135.5380
CIE-Lab81.4226-14.684147.4832

#cdd06f color RGB value is (205,208,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010000 01101111
Octal 315 320 157
Decimal 205 208 111
Hex CD D0 6F

RGB Percentages of Color #cdd06f

%39.12
%39.69
%21.18

CMYK Percentages of Color #cdd06f

%1
%0
%47
%18

Triadic Colors of #cdd06f

#cdd06f #6fcdd0 #d06fcd

Analogous Colors of #cdd06f

#cdd06f #9dd06f #d0a36f

Monochromatic Colors of #cdd06f

#cdd06f

Complementary Color

#cdd06f #726fd0

#cdd06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd06f Color CSS Codes

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

#cdd06f Text Font Color

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

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


#cdd06f Background Color

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

This div background color is #cdd06f


#cdd06f Border Color

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

This div border color is #cdd06f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,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 #cdd06f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd06f


Comments

No comments written yet.

Please login to write comment.