Color Hex Logo

#dabaef Color Hex

#DABAEF
(218,186,239)
0 Favorites   0 Comments

Color spaces of #dabaef

RGB 218186239
HSL0.770.620.83
HSV276°22°94°
CMYK 0.090.220.00   0.06
XYZ62.052356.255289.2492
Yxy56.25520.29900.2710
Hunter Lab75.003516.4216-18.0488
CIE-Lab79.758821.0000-22.0722

#dabaef color RGB value is (218,186,239).

#dabaef hex color red value is 218, green value is 186 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dabaef hue: 0.77 , saturation: 0.62 and the lightness value of dabaef is 0.83.

The process color (four color CMYK) of #dabaef color hex is 0.09, 0.22, 0.00, 0.06. Web safe color of #dabaef is #ccccff. Color #dabaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 11101111
Octal 332 272 357
Decimal 218 186 239
Hex DA BA EF

RGB Percentages of Color #dabaef

%33.90
%28.93
%37.17

CMYK Percentages of Color #dabaef

%9
%22
%0
%6

Triadic Colors of #dabaef

#dabaef #efdaba #baefda

Analogous Colors of #dabaef

#dabaef #efbaea #c0baef

Monochromatic Colors of #dabaef

#dabaef

Complementary Color

#dabaef #cfefba

#dabaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabaef Color CSS Codes

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

#dabaef Text Font Color

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

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


#dabaef Background Color

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

This div background color is #dabaef


#dabaef Border Color

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

This div border color is #dabaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabaef


Comments

No comments written yet.

Please login to write comment.