Color Hex Logo

#dabbef Color Hex

#DABBEF
(218,187,239)
0 Favorites   0 Comments

Color spaces of #dabbef

RGB 218187239
HSL0.770.620.84
HSV276°22°94°
CMYK 0.090.220.00   0.06
XYZ62.263856.678189.3197
Yxy56.67810.29900.2721
Hunter Lab75.284915.8786-17.6436
CIE-Lab79.998220.4606-21.7088

#dabbef color RGB value is (218,187,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 11101111
Octal 332 273 357
Decimal 218 187 239
Hex DA BB EF

RGB Percentages of Color #dabbef

%33.85
%29.04
%37.11

CMYK Percentages of Color #dabbef

%9
%22
%0
%6

Triadic Colors of #dabbef

#dabbef #efdabb #bbefda

Analogous Colors of #dabbef

#dabbef #efbbea #c0bbef

Monochromatic Colors of #dabbef

#dabbef

Complementary Color

#dabbef #d0efbb

#dabbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabbef Color CSS Codes

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

#dabbef Text Font Color

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

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


#dabbef Background Color

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

This div background color is #dabbef


#dabbef Border Color

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

This div border color is #dabbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabbef


Comments

No comments written yet.

Please login to write comment.