Color Hex Logo

#cd985a Color Hex

#CD985A
(205,152,90)
0 Favorites   0 Comments

Color spaces of #cd985a

RGB 20515290
HSL0.090.530.58
HSV32°56°80°
CMYK 0.000.260.56   0.20
XYZ38.250536.173814.6391
Yxy36.17380.42950.4062
Hunter Lab60.14478.268427.6702
CIE-Lab66.652512.889240.0458

#cd985a color RGB value is (205,152,90).

#cd985a hex color red value is 205, green value is 152 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cd985a hue: 0.09 , saturation: 0.53 and the lightness value of cd985a is 0.58.

The process color (four color CMYK) of #cd985a color hex is 0.00, 0.26, 0.56, 0.20. Web safe color of #cd985a is #cc9966. Color #cd985a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011000 01011010
Octal 315 230 132
Decimal 205 152 90
Hex CD 98 5A

RGB Percentages of Color #cd985a

%45.86
%34.00
%20.13

CMYK Percentages of Color #cd985a

%0
%26
%56
%20

Triadic Colors of #cd985a

#cd985a #5acd98 #985acd

Analogous Colors of #cd985a

#cd985a #c9cd5a #cd5e5a

Monochromatic Colors of #cd985a

#cd985a

Complementary Color

#cd985a #5a8fcd

#cd985a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd985a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd985a Color CSS Codes

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

#cd985a Text Font Color

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

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


#cd985a Background Color

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

This div background color is #cd985a


#cd985a Border Color

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

This div border color is #cd985a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd985a


Comments

No comments written yet.

Please login to write comment.