Color Hex Logo

#dabff9 Color Hex

#DABFF9
(218,191,249)
0 Favorites   0 Comments

Color spaces of #dabff9

RGB 218191249
HSL0.740.830.86
HSV268°23°98°
CMYK 0.120.230.00   0.02
XYZ64.643159.006697.6049
Yxy59.00660.29220.2667
Hunter Lab76.815815.7863-21.5650
CIE-Lab81.295220.3323-25.0911

#dabff9 color RGB value is (218,191,249).

#dabff9 hex color red value is 218, green value is 191 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #dabff9 hue: 0.74 , saturation: 0.83 and the lightness value of dabff9 is 0.86.

The process color (four color CMYK) of #dabff9 color hex is 0.12, 0.23, 0.00, 0.02. Web safe color of #dabff9 is #ccccff. Color #dabff9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 11111001
Octal 332 277 371
Decimal 218 191 249
Hex DA BF F9

RGB Percentages of Color #dabff9

%33.13
%29.03
%37.84

CMYK Percentages of Color #dabff9

%12
%23
%0
%2

Triadic Colors of #dabff9

#dabff9 #f9dabf #bff9da

Analogous Colors of #dabff9

#dabff9 #f7bff9 #bfc1f9

Monochromatic Colors of #dabff9

#dabff9

Complementary Color

#dabff9 #def9bf

#dabff9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabff9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabff9 Color CSS Codes

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

#dabff9 Text Font Color

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

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


#dabff9 Background Color

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

This div background color is #dabff9


#dabff9 Border Color

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

This div border color is #dabff9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabff9


Comments

No comments written yet.

Please login to write comment.