Color Hex Logo

#cdb9ae Color Hex

#CDB9AE
(205,185,174)
0 Favorites   0 Comments

Color spaces of #cdb9ae

RGB 205185174
HSL0.060.240.74
HSV21°15°80°
CMYK 0.000.100.15   0.20
XYZ50.165850.733147.1928
Yxy50.73310.33870.3426
Hunter Lab71.22721.071310.5754
CIE-Lab76.51715.29268.1554

#cdb9ae color RGB value is (205,185,174).

#cdb9ae hex color red value is 205, green value is 185 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cdb9ae hue: 0.06 , saturation: 0.24 and the lightness value of cdb9ae is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 10101110
Octal 315 271 256
Decimal 205 185 174
Hex CD B9 AE

RGB Percentages of Color #cdb9ae

%36.35
%32.80
%30.85

CMYK Percentages of Color #cdb9ae

%0
%10
%15
%20

Triadic Colors of #cdb9ae

#cdb9ae #aecdb9 #b9aecd

Analogous Colors of #cdb9ae

#cdb9ae #cdc9ae #cdaeb3

Monochromatic Colors of #cdb9ae

#cdb9ae

Complementary Color

#cdb9ae #aec2cd

#cdb9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb9ae Color CSS Codes

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

#cdb9ae Text Font Color

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

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


#cdb9ae Background Color

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

This div background color is #cdb9ae


#cdb9ae Border Color

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

This div border color is #cdb9ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb9ae


Comments

No comments written yet.

Please login to write comment.