Color Hex Logo

#dab9df Color Hex

#DAB9DF
(218,185,223)
0 Favorites   0 Comments

Color spaces of #dab9df

RGB 218185223
HSL0.810.370.80
HSV292°17°87°
CMYK 0.020.170.00   0.13
XYZ59.581754.931177.2745
Yxy54.93110.31070.2864
Hunter Lab74.115513.7946-9.9362
CIE-Lab79.001618.4294-14.6017

#dab9df color RGB value is (218,185,223).

#dab9df hex color red value is 218, green value is 185 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dab9df hue: 0.81 , saturation: 0.37 and the lightness value of dab9df is 0.80.

The process color (four color CMYK) of #dab9df color hex is 0.02, 0.17, 0.00, 0.13. Web safe color of #dab9df is #cccccc. Color #dab9df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 11011111
Octal 332 271 337
Decimal 218 185 223
Hex DA B9 DF

RGB Percentages of Color #dab9df

%34.82
%29.55
%35.62

CMYK Percentages of Color #dab9df

%2
%17
%0
%13

Triadic Colors of #dab9df

#dab9df #dfdab9 #b9dfda

Analogous Colors of #dab9df

#dab9df #dfb9d1 #c7b9df

Monochromatic Colors of #dab9df

#dab9df

Complementary Color

#dab9df #bedfb9

#dab9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab9df Color CSS Codes

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

#dab9df Text Font Color

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

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


#dab9df Background Color

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

This div background color is #dab9df


#dab9df Border Color

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

This div border color is #dab9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab9df


Comments

No comments written yet.

Please login to write comment.