Color Hex Logo

#dbeef3 Color Hex

#DBEEF3
(219,238,243)
1 Favorites   0 Comments

Color spaces of #dbeef3

RGB 219238243
HSL0.530.500.91
HSV193°10°95°
CMYK 0.100.020.00   0.05
XYZ75.965682.680296.7491
Yxy82.68020.29740.3237
Hunter Lab90.9287-9.99880.5648
CIE-Lab92.8742-5.2732-4.5620

#dbeef3 color RGB value is (219,238,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 11110011
Octal 333 356 363
Decimal 219 238 243
Hex DB EE F3

RGB Percentages of Color #dbeef3

%31.29
%34.00
%34.71

CMYK Percentages of Color #dbeef3

%10
%2
%0
%5

Triadic Colors of #dbeef3

#dbeef3 #f3dbee #eef3db

Analogous Colors of #dbeef3

#dbeef3 #dbe2f3 #dbf3ec

Monochromatic Colors of #dbeef3

#dbeef3

Complementary Color

#dbeef3 #f3e0db

#dbeef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeef3 Color CSS Codes

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

#dbeef3 Text Font Color

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

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


#dbeef3 Background Color

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

This div background color is #dbeef3


#dbeef3 Border Color

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

This div border color is #dbeef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeef3

#dbeef3 Color Palettes


Comments

No comments written yet.

Please login to write comment.