Color Hex Logo

#daabec Color Hex

#DAABEC
(218,171,236)
0 Favorites   0 Comments

Color spaces of #daabec

RGB 218171236
HSL0.790.630.80
HSV283°28°93°
CMYK 0.080.280.00   0.07
XYZ58.616750.087485.9353
Yxy50.08740.30120.2573
Hunter Lab70.772523.9894-22.4520
CIE-Lab76.122928.5148-25.9952

#daabec color RGB value is (218,171,236).

#daabec hex color red value is 218, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #daabec hue: 0.79 , saturation: 0.63 and the lightness value of daabec is 0.80.

The process color (four color CMYK) of #daabec color hex is 0.08, 0.28, 0.00, 0.07. Web safe color of #daabec is #cc99ff. Color #daabec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 11101100
Octal 332 253 354
Decimal 218 171 236
Hex DA AB EC

RGB Percentages of Color #daabec

%34.88
%27.36
%37.76

CMYK Percentages of Color #daabec

%8
%28
%0
%7

Triadic Colors of #daabec

#daabec #ecdaab #abecda

Analogous Colors of #daabec

#daabec #ecabde #baabec

Monochromatic Colors of #daabec

#daabec

Complementary Color

#daabec #bdecab

#daabec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabec Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabec Color CSS Codes

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

#daabec Text Font Color

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

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


#daabec Background Color

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

This div background color is #daabec


#daabec Border Color

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

This div border color is #daabec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabec


Comments

No comments written yet.

Please login to write comment.