Color Hex Logo

#cd890f Color Hex

#CD890F
(205,137,15)
0 Favorites   0 Comments

Color spaces of #cd890f

RGB 20513715
HSL0.110.860.43
HSV39°93°80°
CMYK 0.000.330.93   0.20
XYZ34.208730.90494.6142
Yxy30.90490.49060.4432
Hunter Lab55.592212.553833.9934
CIE-Lab62.427317.612365.4912

#cd890f color RGB value is (205,137,15).

#cd890f hex color red value is 205, green value is 137 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cd890f hue: 0.11 , saturation: 0.86 and the lightness value of cd890f is 0.43.

The process color (four color CMYK) of #cd890f color hex is 0.00, 0.33, 0.93, 0.20. Web safe color of #cd890f is #cc9900. Color #cd890f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001001 00001111
Octal 315 211 17
Decimal 205 137 15
Hex CD 89 F

RGB Percentages of Color #cd890f

%57.42
%38.38
%4.20

CMYK Percentages of Color #cd890f

%0
%33
%93
%20

Triadic Colors of #cd890f

#cd890f #0fcd89 #890fcd

Analogous Colors of #cd890f

#cd890f #b2cd0f #cd2a0f

Monochromatic Colors of #cd890f

#cd890f

Complementary Color

#cd890f #0f53cd

#cd890f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd890f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd890f Color CSS Codes

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

#cd890f Text Font Color

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

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


#cd890f Background Color

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

This div background color is #cd890f


#cd890f Border Color

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

This div border color is #cd890f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd890f


Comments

No comments written yet.

Please login to write comment.