Color Hex Logo

#cdcc66 Color Hex

#CDCC66
(205,204,102)
0 Favorites   0 Comments

Color spaces of #cdcc66

RGB 205204102
HSL0.170.510.60
HSV59°50°80°
CMYK 0.000.000.50   0.20
XYZ49.168057.124221.0050
Yxy57.12420.38620.4487
Hunter Lab75.5806-16.145036.4288
CIE-Lab80.2494-13.492150.3846

#cdcc66 color RGB value is (205,204,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11001100 01100110
Octal 315 314 146
Decimal 205 204 102
Hex CD CC 66

RGB Percentages of Color #cdcc66

%40.12
%39.92
%19.96

CMYK Percentages of Color #cdcc66

%0
%0
%50
%20

Triadic Colors of #cdcc66

#cdcc66 #66cdcc #cc66cd

Analogous Colors of #cdcc66

#cdcc66 #9bcd66 #cd9966

Monochromatic Colors of #cdcc66

#cdcc66

Complementary Color

#cdcc66 #6667cd

#cdcc66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdcc66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdcc66 Color CSS Codes

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

#cdcc66 Text Font Color

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

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


#cdcc66 Background Color

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

This div background color is #cdcc66


#cdcc66 Border Color

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

This div border color is #cdcc66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdcc66


Comments

No comments written yet.

Please login to write comment.