Color Hex Logo

#dbeef0 Color Hex

#DBEEF0
(219,238,240)
4 Favorites   0 Comments

Color spaces of #dbeef0

RGB 219238240
HSL0.520.410.90
HSV186°94°
CMYK 0.090.010.00   0.06
XYZ75.516182.500494.3821
Yxy82.50040.29920.3269
Hunter Lab90.8297-10.54661.9720
CIE-Lab92.7953-5.8498-3.1172

#dbeef0 color RGB value is (219,238,240).

#dbeef0 hex color red value is 219, green value is 238 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #dbeef0 hue: 0.52 , saturation: 0.41 and the lightness value of dbeef0 is 0.90.

The process color (four color CMYK) of #dbeef0 color hex is 0.09, 0.01, 0.00, 0.06. Web safe color of #dbeef0 is #ccffff. Color #dbeef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 11110000
Octal 333 356 360
Decimal 219 238 240
Hex DB EE F0

RGB Percentages of Color #dbeef0

%31.42
%34.15
%34.43

CMYK Percentages of Color #dbeef0

%9
%1
%0
%6

Triadic Colors of #dbeef0

#dbeef0 #f0dbee #eef0db

Analogous Colors of #dbeef0

#dbeef0 #dbe4f0 #dbf0e8

Monochromatic Colors of #dbeef0

#dbeef0

Complementary Color

#dbeef0 #f0dddb

#dbeef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeef0 Color CSS Codes

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

#dbeef0 Text Font Color

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

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


#dbeef0 Background Color

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

This div background color is #dbeef0


#dbeef0 Border Color

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

This div border color is #dbeef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeef0

#dbeef0 Color Palettes


Comments

No comments written yet.

Please login to write comment.