Color Hex Logo

#cd8817 Color Hex

#CD8817
(205,136,23)
0 Favorites   0 Comments

Color spaces of #cd8817

RGB 20513623
HSL0.100.800.45
HSV37°89°80°
CMYK 0.000.340.89   0.20
XYZ34.135730.64934.9274
Yxy30.64930.48970.4397
Hunter Lab55.361813.178733.4762
CIE-Lab62.210518.293663.5741

#cd8817 color RGB value is (205,136,23).

#cd8817 hex color red value is 205, green value is 136 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #cd8817 hue: 0.10 , saturation: 0.80 and the lightness value of cd8817 is 0.45.

The process color (four color CMYK) of #cd8817 color hex is 0.00, 0.34, 0.89, 0.20. Web safe color of #cd8817 is #cc9900. Color #cd8817 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001000 00010111
Octal 315 210 27
Decimal 205 136 23
Hex CD 88 17

RGB Percentages of Color #cd8817

%56.32
%37.36
%6.32

CMYK Percentages of Color #cd8817

%0
%34
%89
%20

Triadic Colors of #cd8817

#cd8817 #17cd88 #8817cd

Analogous Colors of #cd8817

#cd8817 #b7cd17 #cd2d17

Monochromatic Colors of #cd8817

#cd8817

Complementary Color

#cd8817 #175ccd

#cd8817 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd8817 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd8817 Color CSS Codes

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

#cd8817 Text Font Color

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

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


#cd8817 Background Color

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

This div background color is #cd8817


#cd8817 Border Color

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

This div border color is #cd8817


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd8817


Comments

No comments written yet.

Please login to write comment.