Color Hex Logo

#cdaeab Color Hex

#CDAEAB
(205,174,171)
0 Favorites   0 Comments

Color spaces of #cdaeab

RGB 205174171
HSL0.010.250.74
HSV17°80°
CMYK 0.000.150.17   0.20
XYZ47.663646.191544.9318
Yxy46.19150.34340.3328
Hunter Lab67.96436.24508.3779
CIE-Lab73.669610.73295.7028

#cdaeab color RGB value is (205,174,171).

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

The process color (four color CMYK) of #cdaeab color hex is 0.00, 0.15, 0.17, 0.20. Web safe color of #cdaeab is #cc9999. Color #cdaeab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101110 10101011
Octal 315 256 253
Decimal 205 174 171
Hex CD AE AB

RGB Percentages of Color #cdaeab

%37.27
%31.64
%31.09

CMYK Percentages of Color #cdaeab

%0
%15
%17
%20

Triadic Colors of #cdaeab

#cdaeab #abcdae #aeabcd

Analogous Colors of #cdaeab

#cdaeab #cdbfab #cdabb9

Monochromatic Colors of #cdaeab

#cdaeab

Complementary Color

#cdaeab #abcacd

#cdaeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaeab Color CSS Codes

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

#cdaeab Text Font Color

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

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


#cdaeab Background Color

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

This div background color is #cdaeab


#cdaeab Border Color

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

This div border color is #cdaeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdaeab


Comments

No comments written yet.

Please login to write comment.