Color Hex Logo

#cdb99e Color Hex

#CDB99E
(205,185,158)
0 Favorites   0 Comments

Color spaces of #cdb99e

RGB 205185158
HSL0.100.320.71
HSV34°23°80°
CMYK 0.000.100.23   0.20
XYZ48.697450.145739.4602
Yxy50.14570.35210.3626
Hunter Lab70.8136-1.172316.5308
CIE-Lab76.15862.856016.3017

#cdb99e color RGB value is (205,185,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 10011110
Octal 315 271 236
Decimal 205 185 158
Hex CD B9 9E

RGB Percentages of Color #cdb99e

%37.41
%33.76
%28.83

CMYK Percentages of Color #cdb99e

%0
%10
%23
%20

Triadic Colors of #cdb99e

#cdb99e #9ecdb9 #b99ecd

Analogous Colors of #cdb99e

#cdb99e #cacd9e #cda29e

Monochromatic Colors of #cdb99e

#cdb99e

Complementary Color

#cdb99e #9eb2cd

#cdb99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb99e Color CSS Codes

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

#cdb99e Text Font Color

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

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


#cdb99e Background Color

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

This div background color is #cdb99e


#cdb99e Border Color

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

This div border color is #cdb99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb99e

#cdb99e Color Palettes


Comments

No comments written yet.

Please login to write comment.