Color Hex Logo

#cdc066 Color Hex

#CDC066
(205,192,102)
0 Favorites   0 Comments

Color spaces of #cdc066

RGB 205192102
HSL0.150.510.60
HSV52°50°80°
CMYK 0.000.060.50   0.20
XYZ46.424751.637720.0906
Yxy51.63770.39290.4370
Hunter Lab71.8594-10.434133.7251
CIE-Lab77.0637-7.368846.5938

#cdc066 color RGB value is (205,192,102).

#cdc066 hex color red value is 205, green value is 192 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #cdc066 hue: 0.15 , saturation: 0.51 and the lightness value of cdc066 is 0.60.

The process color (four color CMYK) of #cdc066 color hex is 0.00, 0.06, 0.50, 0.20. Web safe color of #cdc066 is #cccc66. Color #cdc066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000000 01100110
Octal 315 300 146
Decimal 205 192 102
Hex CD C0 66

RGB Percentages of Color #cdc066

%41.08
%38.48
%20.44

CMYK Percentages of Color #cdc066

%0
%6
%50
%20

Triadic Colors of #cdc066

#cdc066 #66cdc0 #c066cd

Analogous Colors of #cdc066

#cdc066 #a7cd66 #cd8d66

Monochromatic Colors of #cdc066

#cdc066

Complementary Color

#cdc066 #6673cd

#cdc066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc066 Color CSS Codes

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

#cdc066 Text Font Color

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

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


#cdc066 Background Color

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

This div background color is #cdc066


#cdc066 Border Color

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

This div border color is #cdc066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc066


Comments

No comments written yet.

Please login to write comment.