Color Hex Logo

#cdc487 Color Hex

#CDC487
(205,196,135)
0 Favorites   0 Comments

Color spaces of #cdc487

RGB 205196135
HSL0.150.410.67
HSV52°34°80°
CMYK 0.000.040.34   0.20
XYZ49.289954.208330.7871
Yxy54.20830.36710.4037
Hunter Lab73.6263-9.347326.7461
CIE-Lab78.5830-5.978131.8040

#cdc487 color RGB value is (205,196,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000100 10000111
Octal 315 304 207
Decimal 205 196 135
Hex CD C4 87

RGB Percentages of Color #cdc487

%38.25
%36.57
%25.19

CMYK Percentages of Color #cdc487

%0
%4
%34
%20

Triadic Colors of #cdc487

#cdc487 #87cdc4 #c487cd

Analogous Colors of #cdc487

#cdc487 #b3cd87 #cda187

Monochromatic Colors of #cdc487

#cdc487

Complementary Color

#cdc487 #8790cd

#cdc487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc487 Color CSS Codes

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

#cdc487 Text Font Color

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

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


#cdc487 Background Color

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

This div background color is #cdc487


#cdc487 Border Color

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

This div border color is #cdc487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc487


Comments

No comments written yet.

Please login to write comment.