Color Hex Logo

#cd882f Color Hex

#CD882F
(205,136,47)
0 Favorites   0 Comments

Color spaces of #cd882f

RGB 20513647
HSL0.090.630.49
HSV34°77°80°
CMYK 0.000.340.77   0.20
XYZ34.494130.79276.8149
Yxy30.79270.47840.4271
Hunter Lab55.491213.848631.5624
CIE-Lab62.332219.008255.6478

#cd882f color RGB value is (205,136,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001000 00101111
Octal 315 210 57
Decimal 205 136 47
Hex CD 88 2F

RGB Percentages of Color #cd882f

%52.84
%35.05
%12.11

CMYK Percentages of Color #cd882f

%0
%34
%77
%20

Triadic Colors of #cd882f

#cd882f #2fcd88 #882fcd

Analogous Colors of #cd882f

#cd882f #c3cd2f #cd392f

Monochromatic Colors of #cd882f

#cd882f

Complementary Color

#cd882f #2f74cd

#cd882f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd882f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd882f Color CSS Codes

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

#cd882f Text Font Color

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

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


#cd882f Background Color

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

This div background color is #cd882f


#cd882f Border Color

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

This div border color is #cd882f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd882f


Comments

No comments written yet.

Please login to write comment.