Color Hex Logo

#cdb589 Color Hex

#CDB589
(205,181,137)
0 Favorites   0 Comments

Color spaces of #cdb589

RGB 205181137
HSL0.110.400.67
HSV39°33°80°
CMYK 0.000.120.33   0.20
XYZ46.216147.833030.4638
Yxy47.83300.37120.3842
Hunter Lab69.1614-1.752422.2973
CIE-Lab74.71952.145025.6038

#cdb589 color RGB value is (205,181,137).

#cdb589 hex color red value is 205, green value is 181 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #cdb589 hue: 0.11 , saturation: 0.40 and the lightness value of cdb589 is 0.67.

The process color (four color CMYK) of #cdb589 color hex is 0.00, 0.12, 0.33, 0.20. Web safe color of #cdb589 is #cccc99. Color #cdb589 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 10001001
Octal 315 265 211
Decimal 205 181 137
Hex CD B5 89

RGB Percentages of Color #cdb589

%39.20
%34.61
%26.20

CMYK Percentages of Color #cdb589

%0
%12
%33
%20

Triadic Colors of #cdb589

#cdb589 #89cdb5 #b589cd

Analogous Colors of #cdb589

#cdb589 #c3cd89 #cd9389

Monochromatic Colors of #cdb589

#cdb589

Complementary Color

#cdb589 #89a1cd

#cdb589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb589 Color CSS Codes

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

#cdb589 Text Font Color

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

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


#cdb589 Background Color

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

This div background color is #cdb589


#cdb589 Border Color

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

This div border color is #cdb589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb589


Comments

No comments written yet.

Please login to write comment.