Color Hex Logo

#dbeaef Color Hex

#DBEAEF
(219,234,239)
0 Favorites   0 Comments

Color spaces of #dbeaef

RGB 219234239
HSL0.540.380.90
HSV195°94°
CMYK 0.080.020.00   0.06
XYZ74.216280.137793.2179
Yxy80.13770.29980.3237
Hunter Lab89.5197-8.67410.9244
CIE-Lab91.7466-4.0023-4.1379

#dbeaef color RGB value is (219,234,239).

#dbeaef hex color red value is 219, green value is 234 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dbeaef hue: 0.54 , saturation: 0.38 and the lightness value of dbeaef is 0.90.

The process color (four color CMYK) of #dbeaef color hex is 0.08, 0.02, 0.00, 0.06. Web safe color of #dbeaef is #ccffff. Color #dbeaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 11101111
Octal 333 352 357
Decimal 219 234 239
Hex DB EA EF

RGB Percentages of Color #dbeaef

%31.65
%33.82
%34.54

CMYK Percentages of Color #dbeaef

%8
%2
%0
%6

Triadic Colors of #dbeaef

#dbeaef #efdbea #eaefdb

Analogous Colors of #dbeaef

#dbeaef #dbe0ef #dbefea

Monochromatic Colors of #dbeaef

#dbeaef

Complementary Color

#dbeaef #efe0db

#dbeaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeaef Color CSS Codes

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

#dbeaef Text Font Color

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

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


#dbeaef Background Color

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

This div background color is #dbeaef


#dbeaef Border Color

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

This div border color is #dbeaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeaef


Comments

No comments written yet.

Please login to write comment.