Color Hex Logo

#dabaee Color Hex

#DABAEE
(218,186,238)
0 Favorites   0 Comments

Color spaces of #dabaee

RGB 218186238
HSL0.770.600.83
HSV277°22°93°
CMYK 0.080.220.00   0.07
XYZ61.905056.196388.4731
Yxy56.19630.29970.2720
Hunter Lab74.964216.2169-17.4994
CIE-Lab79.725420.8007-21.5857

#dabaee color RGB value is (218,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 11101110
Octal 332 272 356
Decimal 218 186 238
Hex DA BA EE

RGB Percentages of Color #dabaee

%33.96
%28.97
%37.07

CMYK Percentages of Color #dabaee

%8
%22
%0
%7

Triadic Colors of #dabaee

#dabaee #eedaba #baeeda

Analogous Colors of #dabaee

#dabaee #eebae8 #c0baee

Monochromatic Colors of #dabaee

#dabaee

Complementary Color

#dabaee #ceeeba

#dabaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabaee Color CSS Codes

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

#dabaee Text Font Color

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

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


#dabaee Background Color

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

This div background color is #dabaee


#dabaee Border Color

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

This div border color is #dabaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabaee

#dabaee Color Palettes


Comments

No comments written yet.

Please login to write comment.