Color Hex Logo

#cd884b Color Hex

#CD884B
(205,136,75)
0 Favorites   0 Comments

Color spaces of #cd884b

RGB 20513675
HSL0.080.570.55
HSV28°63°80°
CMYK 0.000.340.63   0.20
XYZ35.251031.095510.8007
Yxy31.09550.45690.4031
Hunter Lab55.763315.253627.5506
CIE-Lab62.588220.494942.9147

#cd884b color RGB value is (205,136,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001000 01001011
Octal 315 210 113
Decimal 205 136 75
Hex CD 88 4B

RGB Percentages of Color #cd884b

%49.28
%32.69
%18.03

CMYK Percentages of Color #cd884b

%0
%34
%63
%20

Triadic Colors of #cd884b

#cd884b #4bcd88 #884bcd

Analogous Colors of #cd884b

#cd884b #cdc94b #cd4b4f

Monochromatic Colors of #cd884b

#cd884b

Complementary Color

#cd884b #4b90cd

#cd884b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd884b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd884b Color CSS Codes

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

#cd884b Text Font Color

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

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


#cd884b Background Color

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

This div background color is #cd884b


#cd884b Border Color

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

This div border color is #cd884b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd884b


Comments

No comments written yet.

Please login to write comment.