Color Hex Logo

#cd983a Color Hex

#CD983A
(205,152,58)
0 Favorites   0 Comments

Color spaces of #cd983a

RGB 20515258
HSL0.110.600.52
HSV38°72°80°
CMYK 0.000.260.72   0.20
XYZ37.168835.74118.9427
Yxy35.74110.45410.4367
Hunter Lab59.78396.355232.9799
CIE-Lab66.321610.802354.9979

#cd983a color RGB value is (205,152,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011000 00111010
Octal 315 230 72
Decimal 205 152 58
Hex CD 98 3A

RGB Percentages of Color #cd983a

%49.40
%36.63
%13.98

CMYK Percentages of Color #cd983a

%0
%26
%72
%20

Triadic Colors of #cd983a

#cd983a #3acd98 #983acd

Analogous Colors of #cd983a

#cd983a #b9cd3a #cd4f3a

Monochromatic Colors of #cd983a

#cd983a

Complementary Color

#cd983a #3a6fcd

#cd983a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd983a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd983a Color CSS Codes

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

#cd983a Text Font Color

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

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


#cd983a Background Color

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

This div background color is #cd983a


#cd983a Border Color

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

This div border color is #cd983a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,152,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 #cd983a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd983a


Comments

No comments written yet.

Please login to write comment.