Color Hex Logo

#cd884f Color Hex

#CD884F
(205,136,79)
0 Favorites   0 Comments

Color spaces of #cd884f

RGB 20513679
HSL0.080.560.56
HSV27°61°80°
CMYK 0.000.340.61   0.20
XYZ35.392331.152011.5447
Yxy31.15200.45320.3989
Hunter Lab55.814015.514526.8061
CIE-Lab62.635720.769240.9179

#cd884f color RGB value is (205,136,79).

#cd884f hex color red value is 205, green value is 136 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cd884f hue: 0.08 , saturation: 0.56 and the lightness value of cd884f is 0.56.

The process color (four color CMYK) of #cd884f color hex is 0.00, 0.34, 0.61, 0.20. Web safe color of #cd884f is #cc9966. Color #cd884f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001000 01001111
Octal 315 210 117
Decimal 205 136 79
Hex CD 88 4F

RGB Percentages of Color #cd884f

%48.81
%32.38
%18.81

CMYK Percentages of Color #cd884f

%0
%34
%61
%20

Triadic Colors of #cd884f

#cd884f #4fcd88 #884fcd

Analogous Colors of #cd884f

#cd884f #cdc74f #cd4f55

Monochromatic Colors of #cd884f

#cd884f

Complementary Color

#cd884f #4f94cd

#cd884f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd884f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd884f Color CSS Codes

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

#cd884f Text Font Color

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

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


#cd884f Background Color

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

This div background color is #cd884f


#cd884f Border Color

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

This div border color is #cd884f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd884f


Comments

No comments written yet.

Please login to write comment.