Color Hex Logo

#dbf7ec Color Hex

#DBF7EC
(219,247,236)
0 Favorites   0 Comments

Color spaces of #dbf7ec

RGB 219247236
HSL0.430.640.91
HSV156°11°97°
CMYK 0.110.000.04   0.03
XYZ77.614587.637792.1819
Yxy87.63770.30150.3404
Hunter Lab93.6150-15.83527.1482
CIE-Lab95.0082-11.13792.1916

#dbf7ec color RGB value is (219,247,236).

#dbf7ec hex color red value is 219, green value is 247 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dbf7ec hue: 0.43 , saturation: 0.64 and the lightness value of dbf7ec is 0.91.

The process color (four color CMYK) of #dbf7ec color hex is 0.11, 0.00, 0.04, 0.03. Web safe color of #dbf7ec is #ccffff. Color #dbf7ec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110111 11101100
Octal 333 367 354
Decimal 219 247 236
Hex DB F7 EC

RGB Percentages of Color #dbf7ec

%31.20
%35.19
%33.62

CMYK Percentages of Color #dbf7ec

%11
%0
%4
%3

Triadic Colors of #dbf7ec

#dbf7ec #ecdbf7 #f7ecdb

Analogous Colors of #dbf7ec

#dbf7ec #dbf4f7 #dbf7de

Monochromatic Colors of #dbf7ec

#dbf7ec

Complementary Color

#dbf7ec #f7dbe6

#dbf7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf7ec Color CSS Codes

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

#dbf7ec Text Font Color

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

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


#dbf7ec Background Color

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

This div background color is #dbf7ec


#dbf7ec Border Color

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

This div border color is #dbf7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf7ec


Comments

No comments written yet.

Please login to write comment.