Color Hex Logo

#cdc66e Color Hex

#CDC66E
(205,198,110)
0 Favorites   0 Comments

Color spaces of #cdc66e

RGB 205198110
HSL0.150.490.62
HSV56°46°80°
CMYK 0.000.030.46   0.20
XYZ48.185454.493122.7304
Yxy54.49310.38420.4345
Hunter Lab73.8194-12.668733.4171
CIE-Lab78.7484-9.714044.7153

#cdc66e color RGB value is (205,198,110).

#cdc66e hex color red value is 205, green value is 198 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cdc66e hue: 0.15 , saturation: 0.49 and the lightness value of cdc66e is 0.62.

The process color (four color CMYK) of #cdc66e color hex is 0.00, 0.03, 0.46, 0.20. Web safe color of #cdc66e is #cccc66. Color #cdc66e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000110 01101110
Octal 315 306 156
Decimal 205 198 110
Hex CD C6 6E

RGB Percentages of Color #cdc66e

%39.96
%38.60
%21.44

CMYK Percentages of Color #cdc66e

%0
%3
%46
%20

Triadic Colors of #cdc66e

#cdc66e #6ecdc6 #c66ecd

Analogous Colors of #cdc66e

#cdc66e #a5cd6e #cd976e

Monochromatic Colors of #cdc66e

#cdc66e

Complementary Color

#cdc66e #6e75cd

#cdc66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc66e Color CSS Codes

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

#cdc66e Text Font Color

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

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


#cdc66e Background Color

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

This div background color is #cdc66e


#cdc66e Border Color

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

This div border color is #cdc66e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,198,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc66e


Comments

No comments written yet.

Please login to write comment.