Color Hex Logo

#dabeec Color Hex

#DABEEC
(218,190,236)
0 Favorites   0 Comments

Color spaces of #dabeec

RGB 218190236
HSL0.770.550.84
HSV277°19°93°
CMYK 0.080.190.00   0.07
XYZ62.467257.788587.2188
Yxy57.78850.30110.2785
Hunter Lab76.018713.6467-14.8122
CIE-Lab80.621118.2482-19.1553

#dabeec color RGB value is (218,190,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 11101100
Octal 332 276 354
Decimal 218 190 236
Hex DA BE EC

RGB Percentages of Color #dabeec

%33.85
%29.50
%36.65

CMYK Percentages of Color #dabeec

%8
%19
%0
%7

Triadic Colors of #dabeec

#dabeec #ecdabe #beecda

Analogous Colors of #dabeec

#dabeec #ecbee7 #c3beec

Monochromatic Colors of #dabeec

#dabeec

Complementary Color

#dabeec #d0ecbe

#dabeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabeec Color CSS Codes

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

#dabeec Text Font Color

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

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


#dabeec Background Color

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

This div background color is #dabeec


#dabeec Border Color

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

This div border color is #dabeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabeec


Comments

No comments written yet.

Please login to write comment.