Color Hex Logo

#cd885e Color Hex

#CD885E
(205,136,94)
0 Favorites   0 Comments

Color spaces of #cd885e

RGB 20513694
HSL0.060.530.59
HSV23°54°80°
CMYK 0.000.340.54   0.20
XYZ36.001431.395614.7522
Yxy31.39560.43820.3822
Hunter Lab56.031816.633823.6122
CIE-Lab62.840221.939833.2096

#cd885e color RGB value is (205,136,94).

#cd885e hex color red value is 205, green value is 136 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cd885e hue: 0.06 , saturation: 0.53 and the lightness value of cd885e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001000 01011110
Octal 315 210 136
Decimal 205 136 94
Hex CD 88 5E

RGB Percentages of Color #cd885e

%47.13
%31.26
%21.61

CMYK Percentages of Color #cd885e

%0
%34
%54
%20

Triadic Colors of #cd885e

#cd885e #5ecd88 #885ecd

Analogous Colors of #cd885e

#cd885e #cdc05e #cd5e6c

Monochromatic Colors of #cd885e

#cd885e

Complementary Color

#cd885e #5ea3cd

#cd885e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd885e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd885e Color CSS Codes

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

#cd885e Text Font Color

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

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


#cd885e Background Color

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

This div background color is #cd885e


#cd885e Border Color

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

This div border color is #cd885e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd885e


Comments

No comments written yet.

Please login to write comment.