Color Hex Logo

#daabdf Color Hex

#DAABDF
(218,171,223)
0 Favorites   0 Comments

Color spaces of #daabdf

RGB 218171223
HSL0.820.450.77
HSV294°23°87°
CMYK 0.020.230.00   0.13
XYZ56.795649.359076.3458
Yxy49.35900.31120.2705
Hunter Lab70.256021.3532-15.2501
CIE-Lab75.674125.9951-19.6211

#daabdf color RGB value is (218,171,223).

#daabdf hex color red value is 218, green value is 171 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #daabdf hue: 0.82 , saturation: 0.45 and the lightness value of daabdf is 0.77.

The process color (four color CMYK) of #daabdf color hex is 0.02, 0.23, 0.00, 0.13. Web safe color of #daabdf is #cc99cc. Color #daabdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 11011111
Octal 332 253 337
Decimal 218 171 223
Hex DA AB DF

RGB Percentages of Color #daabdf

%35.62
%27.94
%36.44

CMYK Percentages of Color #daabdf

%2
%23
%0
%13

Triadic Colors of #daabdf

#daabdf #dfdaab #abdfda

Analogous Colors of #daabdf

#daabdf #dfabca #c0abdf

Monochromatic Colors of #daabdf

#daabdf

Complementary Color

#daabdf #b0dfab

#daabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabdf Color CSS Codes

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

#daabdf Text Font Color

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

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


#daabdf Background Color

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

This div background color is #daabdf


#daabdf Border Color

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

This div border color is #daabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabdf


Comments

No comments written yet.

Please login to write comment.