Color Hex Logo

#dbeef4 Color Hex

#DBEEF4
(219,238,244)
0 Favorites   0 Comments

Color spaces of #dbeef4

RGB 219238244
HSL0.540.530.91
HSV194°10°96°
CMYK 0.100.020.00   0.04
XYZ76.117182.740897.5467
Yxy82.74080.29690.3227
Hunter Lab90.9620-9.81440.0914
CIE-Lab92.9008-5.0796-5.0431

#dbeef4 color RGB value is (219,238,244).

#dbeef4 hex color red value is 219, green value is 238 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #dbeef4 hue: 0.54 , saturation: 0.53 and the lightness value of dbeef4 is 0.91.

The process color (four color CMYK) of #dbeef4 color hex is 0.10, 0.02, 0.00, 0.04. Web safe color of #dbeef4 is #ccffff. Color #dbeef4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 11110100
Octal 333 356 364
Decimal 219 238 244
Hex DB EE F4

RGB Percentages of Color #dbeef4

%31.24
%33.95
%34.81

CMYK Percentages of Color #dbeef4

%10
%2
%0
%4

Triadic Colors of #dbeef4

#dbeef4 #f4dbee #eef4db

Analogous Colors of #dbeef4

#dbeef4 #dbe2f4 #dbf4ee

Monochromatic Colors of #dbeef4

#dbeef4

Complementary Color

#dbeef4 #f4e1db

#dbeef4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeef4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeef4 Color CSS Codes

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

#dbeef4 Text Font Color

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

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


#dbeef4 Background Color

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

This div background color is #dbeef4


#dbeef4 Border Color

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

This div border color is #dbeef4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeef4


Comments

No comments written yet.

Please login to write comment.