Color Hex Logo

#cdb59e Color Hex

#CDB59E
(205,181,158)
0 Favorites   0 Comments

Color spaces of #cdb59e

RGB 205181158
HSL0.080.320.71
HSV29°23°80°
CMYK 0.000.120.23   0.20
XYZ47.872348.495539.1852
Yxy48.49550.35320.3578
Hunter Lab69.63870.840015.3850
CIE-Lab75.13644.989514.8713

#cdb59e color RGB value is (205,181,158).

#cdb59e hex color red value is 205, green value is 181 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cdb59e hue: 0.08 , saturation: 0.32 and the lightness value of cdb59e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 10011110
Octal 315 265 236
Decimal 205 181 158
Hex CD B5 9E

RGB Percentages of Color #cdb59e

%37.68
%33.27
%29.04

CMYK Percentages of Color #cdb59e

%0
%12
%23
%20

Triadic Colors of #cdb59e

#cdb59e #9ecdb5 #b59ecd

Analogous Colors of #cdb59e

#cdb59e #cdcd9e #cd9e9f

Monochromatic Colors of #cdb59e

#cdb59e

Complementary Color

#cdb59e #9eb6cd

#cdb59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb59e Color CSS Codes

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

#cdb59e Text Font Color

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

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


#cdb59e Background Color

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

This div background color is #cdb59e


#cdb59e Border Color

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

This div border color is #cdb59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb59e


Comments

No comments written yet.

Please login to write comment.