Color Hex Logo

#cdb49e Color Hex

#CDB49E
(205,180,158)
0 Favorites   0 Comments

Color spaces of #cdb49e

RGB 205180158
HSL0.080.320.71
HSV28°23°80°
CMYK 0.000.120.23   0.20
XYZ47.669748.090339.1176
Yxy48.09030.35340.3565
Hunter Lab69.34721.344515.0985
CIE-Lab74.88185.524714.5143

#cdb49e color RGB value is (205,180,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 10011110
Octal 315 264 236
Decimal 205 180 158
Hex CD B4 9E

RGB Percentages of Color #cdb49e

%37.75
%33.15
%29.10

CMYK Percentages of Color #cdb49e

%0
%12
%23
%20

Triadic Colors of #cdb49e

#cdb49e #9ecdb4 #b49ecd

Analogous Colors of #cdb49e

#cdb49e #cdcc9e #cd9ea0

Monochromatic Colors of #cdb49e

#cdb49e

Complementary Color

#cdb49e #9eb7cd

#cdb49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb49e Color CSS Codes

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

#cdb49e Text Font Color

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

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


#cdb49e Background Color

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

This div background color is #cdb49e


#cdb49e Border Color

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

This div border color is #cdb49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb49e


Comments

No comments written yet.

Please login to write comment.