Color Hex Logo

#dbf5ef Color Hex

#DBF5EF
(219,245,239)
0 Favorites   0 Comments

Color spaces of #dbf5ef

RGB 219245239
HSL0.460.570.91
HSV166°11°96°
CMYK 0.110.000.02   0.04
XYZ77.445886.596994.2944
Yxy86.59690.29980.3352
Hunter Lab93.0575-14.29645.0621
CIE-Lab94.5670-9.5751-0.0034

#dbf5ef color RGB value is (219,245,239).

#dbf5ef hex color red value is 219, green value is 245 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dbf5ef hue: 0.46 , saturation: 0.57 and the lightness value of dbf5ef is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110101 11101111
Octal 333 365 357
Decimal 219 245 239
Hex DB F5 EF

RGB Percentages of Color #dbf5ef

%31.15
%34.85
%34.00

CMYK Percentages of Color #dbf5ef

%11
%0
%2
%4

Triadic Colors of #dbf5ef

#dbf5ef #efdbf5 #f5efdb

Analogous Colors of #dbf5ef

#dbf5ef #dbeef5 #dbf5e2

Monochromatic Colors of #dbf5ef

#dbf5ef

Complementary Color

#dbf5ef #f5dbe1

#dbf5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf5ef Color CSS Codes

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

#dbf5ef Text Font Color

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

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


#dbf5ef Background Color

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

This div background color is #dbf5ef


#dbf5ef Border Color

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

This div border color is #dbf5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf5ef


Comments

No comments written yet.

Please login to write comment.