Color Hex Logo

#cdc987 Color Hex

#CDC987
(205,201,135)
0 Favorites   0 Comments

Color spaces of #cdc987

RGB 205201135
HSL0.160.410.67
HSV57°34°80°
CMYK 0.000.020.34   0.20
XYZ50.436756.501731.1693
Yxy56.50170.36520.4091
Hunter Lab75.1676-11.771628.0319
CIE-Lab79.8985-8.556633.5310

#cdc987 color RGB value is (205,201,135).

#cdc987 hex color red value is 205, green value is 201 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #cdc987 hue: 0.16 , saturation: 0.41 and the lightness value of cdc987 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11001001 10000111
Octal 315 311 207
Decimal 205 201 135
Hex CD C9 87

RGB Percentages of Color #cdc987

%37.89
%37.15
%24.95

CMYK Percentages of Color #cdc987

%0
%2
%34
%20

Triadic Colors of #cdc987

#cdc987 #87cdc9 #c987cd

Analogous Colors of #cdc987

#cdc987 #aecd87 #cda687

Monochromatic Colors of #cdc987

#cdc987

Complementary Color

#cdc987 #878bcd

#cdc987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc987 Color CSS Codes

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

#cdc987 Text Font Color

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

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


#cdc987 Background Color

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

This div background color is #cdc987


#cdc987 Border Color

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

This div border color is #cdc987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc987


Comments

No comments written yet.

Please login to write comment.