Color Hex Logo

#daaeab Color Hex

#DAAEAB
(218,174,171)
0 Favorites   0 Comments

Color spaces of #daaeab

RGB 218174171
HSL0.010.390.76
HSV22°85°
CMYK 0.000.200.22   0.15
XYZ51.400248.117845.1067
Yxy48.11780.35540.3327
Hunter Lab69.367010.874310.0029
CIE-Lab74.899215.55367.6298

#daaeab color RGB value is (218,174,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 10101011
Octal 332 256 253
Decimal 218 174 171
Hex DA AE AB

RGB Percentages of Color #daaeab

%38.72
%30.91
%30.37

CMYK Percentages of Color #daaeab

%0
%20
%22
%15

Triadic Colors of #daaeab

#daaeab #abdaae #aeabda

Analogous Colors of #daaeab

#daaeab #dac6ab #daabc0

Monochromatic Colors of #daaeab

#daaeab

Complementary Color

#daaeab #abd7da

#daaeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaeab Color CSS Codes

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

#daaeab Text Font Color

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

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


#daaeab Background Color

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

This div background color is #daaeab


#daaeab Border Color

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

This div border color is #daaeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaeab


Comments

No comments written yet.

Please login to write comment.