Color Hex Logo

#cdb389 Color Hex

#CDB389
(205,179,137)
0 Favorites   0 Comments

Color spaces of #cdb389

RGB 205179137
HSL0.100.400.67
HSV37°33°80°
CMYK 0.000.130.33   0.20
XYZ45.812347.025530.3292
Yxy47.02550.37200.3818
Hunter Lab68.5751-0.757821.7800
CIE-Lab74.20613.209424.9115

#cdb389 color RGB value is (205,179,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110011 10001001
Octal 315 263 211
Decimal 205 179 137
Hex CD B3 89

RGB Percentages of Color #cdb389

%39.35
%34.36
%26.30

CMYK Percentages of Color #cdb389

%0
%13
%33
%20

Triadic Colors of #cdb389

#cdb389 #89cdb3 #b389cd

Analogous Colors of #cdb389

#cdb389 #c5cd89 #cd9189

Monochromatic Colors of #cdb389

#cdb389

Complementary Color

#cdb389 #89a3cd

#cdb389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb389 Color CSS Codes

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

#cdb389 Text Font Color

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

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


#cdb389 Background Color

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

This div background color is #cdb389


#cdb389 Border Color

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

This div border color is #cdb389


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,179,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 #cdb389">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb389


Comments

No comments written yet.

Please login to write comment.