Color Hex Logo

#dbf0e3 Color Hex

#DBF0E3
(219,240,227)
0 Favorites   0 Comments

Color spaces of #dbf0e3

RGB 219240227
HSL0.400.410.90
HSV143°94°
CMYK 0.090.000.05   0.06
XYZ74.238682.926384.7666
Yxy82.92630.30690.3428
Hunter Lab91.0639-13.84218.5548
CIE-Lab92.9822-9.28163.9142

#dbf0e3 color RGB value is (219,240,227).

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

The process color (four color CMYK) of #dbf0e3 color hex is 0.09, 0.00, 0.05, 0.06. Web safe color of #dbf0e3 is #ccffcc. Color #dbf0e3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110000 11100011
Octal 333 360 343
Decimal 219 240 227
Hex DB F0 E3

RGB Percentages of Color #dbf0e3

%31.92
%34.99
%33.09

CMYK Percentages of Color #dbf0e3

%9
%0
%5
%6

Triadic Colors of #dbf0e3

#dbf0e3 #e3dbf0 #f0e3db

Analogous Colors of #dbf0e3

#dbf0e3 #dbf0ee #def0db

Monochromatic Colors of #dbf0e3

#dbf0e3

Complementary Color

#dbf0e3 #f0dbe8

#dbf0e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf0e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf0e3 Color CSS Codes

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

#dbf0e3 Text Font Color

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

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


#dbf0e3 Background Color

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

This div background color is #dbf0e3


#dbf0e3 Border Color

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

This div border color is #dbf0e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf0e3


Comments

No comments written yet.

Please login to write comment.