Color Hex Logo

#cdc999 Color Hex

#CDC999
(205,201,153)
0 Favorites   0 Comments

Color spaces of #cdc999

RGB 205201153
HSL0.150.340.70
HSV55°25°80°
CMYK 0.000.020.25   0.20
XYZ51.813357.052338.4183
Yxy57.05230.35180.3874
Hunter Lab75.5330-9.737222.7164
CIE-Lab80.2090-6.245224.5514

#cdc999 color RGB value is (205,201,153).

#cdc999 hex color red value is 205, green value is 201 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #cdc999 hue: 0.15 , saturation: 0.34 and the lightness value of cdc999 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11001001 10011001
Octal 315 311 231
Decimal 205 201 153
Hex CD C9 99

RGB Percentages of Color #cdc999

%36.67
%35.96
%27.37

CMYK Percentages of Color #cdc999

%0
%2
%25
%20

Triadic Colors of #cdc999

#cdc999 #99cdc9 #c999cd

Analogous Colors of #cdc999

#cdc999 #b7cd99 #cdaf99

Monochromatic Colors of #cdc999

#cdc999

Complementary Color

#cdc999 #999dcd

#cdc999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc999 Color CSS Codes

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

#cdc999 Text Font Color

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

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


#cdc999 Background Color

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

This div background color is #cdc999


#cdc999 Border Color

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

This div border color is #cdc999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc999


Comments

No comments written yet.

Please login to write comment.