Color Hex Logo

#cd982f Color Hex

#CD982F
(205,152,47)
0 Favorites   0 Comments

Color spaces of #cd982f

RGB 20515247
HSL0.110.630.49
HSV40°77°80°
CMYK 0.000.260.77   0.20
XYZ36.918235.64087.6229
Yxy35.64080.46040.4445
Hunter Lab59.69995.908934.2194
CIE-Lab66.244610.311059.3713

#cd982f color RGB value is (205,152,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011000 00101111
Octal 315 230 57
Decimal 205 152 47
Hex CD 98 2F

RGB Percentages of Color #cd982f

%50.74
%37.62
%11.63

CMYK Percentages of Color #cd982f

%0
%26
%77
%20

Triadic Colors of #cd982f

#cd982f #2fcd98 #982fcd

Analogous Colors of #cd982f

#cd982f #b3cd2f #cd492f

Monochromatic Colors of #cd982f

#cd982f

Complementary Color

#cd982f #2f64cd

#cd982f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd982f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd982f Color CSS Codes

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

#cd982f Text Font Color

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

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


#cd982f Background Color

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

This div background color is #cd982f


#cd982f Border Color

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

This div border color is #cd982f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd982f


Comments

No comments written yet.

Please login to write comment.