Color Hex Logo

#dbf0ea Color Hex

#DBF0EA
(219,240,234)
0 Favorites   0 Comments

Color spaces of #dbf0ea

RGB 219240234
HSL0.450.410.90
HSV163°94°
CMYK 0.090.000.03   0.06
XYZ75.224883.320889.9596
Yxy83.32080.30270.3353
Hunter Lab91.2802-12.63715.4640
CIE-Lab93.1547-7.99530.5288

#dbf0ea color RGB value is (219,240,234).

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

The process color (four color CMYK) of #dbf0ea color hex is 0.09, 0.00, 0.03, 0.06. Web safe color of #dbf0ea is #ccffff. Color #dbf0ea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110000 11101010
Octal 333 360 352
Decimal 219 240 234
Hex DB F0 EA

RGB Percentages of Color #dbf0ea

%31.60
%34.63
%33.77

CMYK Percentages of Color #dbf0ea

%9
%0
%3
%6

Triadic Colors of #dbf0ea

#dbf0ea #eadbf0 #f0eadb

Analogous Colors of #dbf0ea

#dbf0ea #dbecf0 #dbf0e0

Monochromatic Colors of #dbf0ea

#dbf0ea

Complementary Color

#dbf0ea #f0dbe1

#dbf0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf0ea Color CSS Codes

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

#dbf0ea Text Font Color

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

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


#dbf0ea Background Color

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

This div background color is #dbf0ea


#dbf0ea Border Color

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

This div border color is #dbf0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf0ea


Comments

No comments written yet.

Please login to write comment.