Color Hex Logo

#cd893a Color Hex

#CD893A
(205,137,58)
0 Favorites   0 Comments

Color spaces of #cd893a

RGB 20513758
HSL0.090.600.52
HSV32°72°80°
CMYK 0.000.330.72   0.20
XYZ34.886231.17598.1818
Yxy31.17590.46990.4199
Hunter Lab55.835413.815730.3967
CIE-Lab62.655818.959751.2167

#cd893a color RGB value is (205,137,58).

#cd893a hex color red value is 205, green value is 137 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cd893a hue: 0.09 , saturation: 0.60 and the lightness value of cd893a is 0.52.

The process color (four color CMYK) of #cd893a color hex is 0.00, 0.33, 0.72, 0.20. Web safe color of #cd893a is #cc9933. Color #cd893a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001001 00111010
Octal 315 211 72
Decimal 205 137 58
Hex CD 89 3A

RGB Percentages of Color #cd893a

%51.25
%34.25
%14.50

CMYK Percentages of Color #cd893a

%0
%33
%72
%20

Triadic Colors of #cd893a

#cd893a #3acd89 #893acd

Analogous Colors of #cd893a

#cd893a #c8cd3a #cd403a

Monochromatic Colors of #cd893a

#cd893a

Complementary Color

#cd893a #3a7ecd

#cd893a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd893a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd893a Color CSS Codes

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

#cd893a Text Font Color

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

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


#cd893a Background Color

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

This div background color is #cd893a


#cd893a Border Color

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

This div border color is #cd893a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd893a


Comments

No comments written yet.

Please login to write comment.