Color Hex Logo

#dabcef Color Hex

#DABCEF
(218,188,239)
0 Favorites   0 Comments

Color spaces of #dabcef

RGB 218188239
HSL0.760.610.84
HSV275°21°94°
CMYK 0.090.210.00   0.06
XYZ62.476657.103989.3906
Yxy57.10390.29900.2733
Hunter Lab75.567115.3359-17.2389
CIE-Lab80.238019.9211-21.3449

#dabcef color RGB value is (218,188,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 11101111
Octal 332 274 357
Decimal 218 188 239
Hex DA BC EF

RGB Percentages of Color #dabcef

%33.80
%29.15
%37.05

CMYK Percentages of Color #dabcef

%9
%21
%0
%6

Triadic Colors of #dabcef

#dabcef #efdabc #bcefda

Analogous Colors of #dabcef

#dabcef #efbceb #c1bcef

Monochromatic Colors of #dabcef

#dabcef

Complementary Color

#dabcef #d1efbc

#dabcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabcef Color CSS Codes

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

#dabcef Text Font Color

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

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


#dabcef Background Color

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

This div background color is #dabcef


#dabcef Border Color

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

This div border color is #dabcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabcef


Comments

No comments written yet.

Please login to write comment.