Color Hex Logo

#cd9059 Color Hex

#CD9059
(205,144,89)
0 Favorites   0 Comments

Color spaces of #cd9059

RGB 20514489
HSL0.080.540.58
HSV28°57°80°
CMYK 0.000.300.57   0.20
XYZ36.953333.646913.9981
Yxy33.64690.43680.3977
Hunter Lab58.005912.204926.2962
CIE-Lab64.681317.164638.1650

#cd9059 color RGB value is (205,144,89).

#cd9059 hex color red value is 205, green value is 144 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #cd9059 hue: 0.08 , saturation: 0.54 and the lightness value of cd9059 is 0.58.

The process color (four color CMYK) of #cd9059 color hex is 0.00, 0.30, 0.57, 0.20. Web safe color of #cd9059 is #cc9966. Color #cd9059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010000 01011001
Octal 315 220 131
Decimal 205 144 89
Hex CD 90 59

RGB Percentages of Color #cd9059

%46.80
%32.88
%20.32

CMYK Percentages of Color #cd9059

%0
%30
%57
%20

Triadic Colors of #cd9059

#cd9059 #59cd90 #9059cd

Analogous Colors of #cd9059

#cd9059 #cdca59 #cd595c

Monochromatic Colors of #cd9059

#cd9059

Complementary Color

#cd9059 #5996cd

#cd9059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd9059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd9059 Color CSS Codes

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

#cd9059 Text Font Color

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

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


#cd9059 Background Color

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

This div background color is #cd9059


#cd9059 Border Color

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

This div border color is #cd9059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd9059


Comments

No comments written yet.

Please login to write comment.