Color Hex Logo

#daaebb Color Hex

#DAAEBB
(218,174,187)
0 Favorites   0 Comments

Color spaces of #daaebb

RGB 218174187
HSL0.950.370.77
HSV342°20°85°
CMYK 0.000.200.14   0.15
XYZ53.019148.765453.6320
Yxy48.76540.34110.3138
Hunter Lab69.832213.31713.3471
CIE-Lab75.305118.0363-0.5267

#daaebb color RGB value is (218,174,187).

#daaebb hex color red value is 218, green value is 174 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #daaebb hue: 0.95 , saturation: 0.37 and the lightness value of daaebb is 0.77.

The process color (four color CMYK) of #daaebb color hex is 0.00, 0.20, 0.14, 0.15. Web safe color of #daaebb is #cc99cc. Color #daaebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 10111011
Octal 332 256 273
Decimal 218 174 187
Hex DA AE BB

RGB Percentages of Color #daaebb

%37.65
%30.05
%32.30

CMYK Percentages of Color #daaebb

%0
%20
%14
%15

Triadic Colors of #daaebb

#daaebb #bbdaae #aebbda

Analogous Colors of #daaebb

#daaebb #dab7ae #daaed1

Monochromatic Colors of #daaebb

#daaebb

Complementary Color

#daaebb #aedacd

#daaebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaebb Color CSS Codes

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

#daaebb Text Font Color

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

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


#daaebb Background Color

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

This div background color is #daaebb


#daaebb Border Color

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

This div border color is #daaebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaebb


Comments

No comments written yet.

Please login to write comment.