Color Hex Logo

#dbf1e8 Color Hex

#DBF1E8
(219,241,232)
1 Favorites   0 Comments

Color spaces of #dbf1e8

RGB 219241232
HSL0.430.440.90
HSV155°95°
CMYK 0.090.000.04   0.05
XYZ75.234283.796988.5531
Yxy83.79690.30390.3385
Hunter Lab91.5406-13.49296.7235
CIE-Lab93.3622-8.87051.8698

#dbf1e8 color RGB value is (219,241,232).

#dbf1e8 hex color red value is 219, green value is 241 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #dbf1e8 hue: 0.43 , saturation: 0.44 and the lightness value of dbf1e8 is 0.90.

The process color (four color CMYK) of #dbf1e8 color hex is 0.09, 0.00, 0.04, 0.05. Web safe color of #dbf1e8 is #ccffff. Color #dbf1e8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 11101000
Octal 333 361 350
Decimal 219 241 232
Hex DB F1 E8

RGB Percentages of Color #dbf1e8

%31.65
%34.83
%33.53

CMYK Percentages of Color #dbf1e8

%9
%0
%4
%5

Triadic Colors of #dbf1e8

#dbf1e8 #e8dbf1 #f1e8db

Analogous Colors of #dbf1e8

#dbf1e8 #dbeff1 #dbf1dd

Monochromatic Colors of #dbf1e8

#dbf1e8

Complementary Color

#dbf1e8 #f1dbe4

#dbf1e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf1e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf1e8 Color CSS Codes

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

#dbf1e8 Text Font Color

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

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


#dbf1e8 Background Color

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

This div background color is #dbf1e8


#dbf1e8 Border Color

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

This div border color is #dbf1e8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf1e8

#dbf1e8 Color Palettes


Comments

No comments written yet.

Please login to write comment.