Color Hex Logo

#dab9ea Color Hex

#DAB9EA
(218,185,234)
0 Favorites   0 Comments

Color spaces of #dab9ea

RGB 218185234
HSL0.780.540.82
HSV280°21°92°
CMYK 0.070.210.00   0.08
XYZ61.113755.543985.3419
Yxy55.54390.30250.2750
Hunter Lab74.527815.9486-15.7236
CIE-Lab79.353520.5490-19.9987

#dab9ea color RGB value is (218,185,234).

#dab9ea hex color red value is 218, green value is 185 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dab9ea hue: 0.78 , saturation: 0.54 and the lightness value of dab9ea is 0.82.

The process color (four color CMYK) of #dab9ea color hex is 0.07, 0.21, 0.00, 0.08. Web safe color of #dab9ea is #ccccff. Color #dab9ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 11101010
Octal 332 271 352
Decimal 218 185 234
Hex DA B9 EA

RGB Percentages of Color #dab9ea

%34.22
%29.04
%36.73

CMYK Percentages of Color #dab9ea

%7
%21
%0
%8

Triadic Colors of #dab9ea

#dab9ea #eadab9 #b9eada

Analogous Colors of #dab9ea

#dab9ea #eab9e2 #c2b9ea

Monochromatic Colors of #dab9ea

#dab9ea

Complementary Color

#dab9ea #c9eab9

#dab9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab9ea Color CSS Codes

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

#dab9ea Text Font Color

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

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


#dab9ea Background Color

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

This div background color is #dab9ea


#dab9ea Border Color

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

This div border color is #dab9ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab9ea


Comments

No comments written yet.

Please login to write comment.