Color Hex Logo

#cd884a Color Hex

#CD884A
(205,136,74)
0 Favorites   0 Comments

Color spaces of #cd884a

RGB 20513674
HSL0.080.570.55
HSV28°64°80°
CMYK 0.000.340.64   0.20
XYZ35.217031.081910.6218
Yxy31.08190.45780.4041
Hunter Lab55.751115.190827.7298
CIE-Lab62.576720.428743.4090

#cd884a color RGB value is (205,136,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001000 01001010
Octal 315 210 112
Decimal 205 136 74
Hex CD 88 4A

RGB Percentages of Color #cd884a

%49.40
%32.77
%17.83

CMYK Percentages of Color #cd884a

%0
%34
%64
%20

Triadic Colors of #cd884a

#cd884a #4acd88 #884acd

Analogous Colors of #cd884a

#cd884a #cdca4a #cd4a4e

Monochromatic Colors of #cd884a

#cd884a

Complementary Color

#cd884a #4a8fcd

#cd884a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd884a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd884a Color CSS Codes

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

#cd884a Text Font Color

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

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


#cd884a Background Color

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

This div background color is #cd884a


#cd884a Border Color

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

This div border color is #cd884a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd884a


Comments

No comments written yet.

Please login to write comment.