Color Hex Logo

#cdd66f Color Hex

#CDD66F
(205,214,111)
0 Favorites   0 Comments

Color spaces of #cdd66f

RGB 205214111
HSL0.180.560.64
HSV65°48°84°
CMYK 0.040.000.48   0.16
XYZ52.092662.220024.3030
Yxy62.22000.37580.4489
Hunter Lab78.8797-20.156936.9484
CIE-Lab83.0303-17.673249.4225

#cdd66f color RGB value is (205,214,111).

#cdd66f hex color red value is 205, green value is 214 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cdd66f hue: 0.18 , saturation: 0.56 and the lightness value of cdd66f is 0.64.

The process color (four color CMYK) of #cdd66f color hex is 0.04, 0.00, 0.48, 0.16. Web safe color of #cdd66f is #cccc66. Color #cdd66f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010110 01101111
Octal 315 326 157
Decimal 205 214 111
Hex CD D6 6F

RGB Percentages of Color #cdd66f

%38.68
%40.38
%20.94

CMYK Percentages of Color #cdd66f

%4
%0
%48
%16

Triadic Colors of #cdd66f

#cdd66f #6fcdd6 #d66fcd

Analogous Colors of #cdd66f

#cdd66f #9ad66f #d6ac6f

Monochromatic Colors of #cdd66f

#cdd66f

Complementary Color

#cdd66f #786fd6

#cdd66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd66f Color CSS Codes

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

#cdd66f Text Font Color

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

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


#cdd66f Background Color

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

This div background color is #cdd66f


#cdd66f Border Color

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

This div border color is #cdd66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd66f


Comments

No comments written yet.

Please login to write comment.