Color Hex Logo

#cdcc80 Color Hex

#CDCC80
(205,204,128)
0 Favorites   0 Comments

Color spaces of #cdcc80

RGB 205204128
HSL0.160.440.65
HSV59°38°80°
CMYK 0.000.000.38   0.20
XYZ50.666057.723428.8934
Yxy57.72340.36910.4205
Hunter Lab75.9759-13.921730.6353
CIE-Lab80.5848-10.902138.0038

#cdcc80 color RGB value is (205,204,128).

#cdcc80 hex color red value is 205, green value is 204 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #cdcc80 hue: 0.16 , saturation: 0.44 and the lightness value of cdcc80 is 0.65.

The process color (four color CMYK) of #cdcc80 color hex is 0.00, 0.00, 0.38, 0.20. Web safe color of #cdcc80 is #cccc99. Color #cdcc80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11001100 10000000
Octal 315 314 200
Decimal 205 204 128
Hex CD CC 80

RGB Percentages of Color #cdcc80

%38.18
%37.99
%23.84

CMYK Percentages of Color #cdcc80

%0
%0
%38
%20

Triadic Colors of #cdcc80

#cdcc80 #80cdcc #cc80cd

Analogous Colors of #cdcc80

#cdcc80 #a8cd80 #cda680

Monochromatic Colors of #cdcc80

#cdcc80

Complementary Color

#cdcc80 #8081cd

#cdcc80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdcc80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdcc80 Color CSS Codes

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

#cdcc80 Text Font Color

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

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


#cdcc80 Background Color

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

This div background color is #cdcc80


#cdcc80 Border Color

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

This div border color is #cdcc80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdcc80


Comments

No comments written yet.

Please login to write comment.