Color Hex Logo

#dbf6ef Color Hex

#DBF6EF
(219,246,239)
0 Favorites   0 Comments

Color spaces of #dbf6ef

RGB 219246239
HSL0.460.600.91
HSV164°11°96°
CMYK 0.110.000.03   0.04
XYZ77.749287.203694.3955
Yxy87.20360.29980.3362
Hunter Lab93.3829-14.80355.4351
CIE-Lab94.8246-10.07640.3726

#dbf6ef color RGB value is (219,246,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110110 11101111
Octal 333 366 357
Decimal 219 246 239
Hex DB F6 EF

RGB Percentages of Color #dbf6ef

%31.11
%34.94
%33.95

CMYK Percentages of Color #dbf6ef

%11
%0
%3
%4

Triadic Colors of #dbf6ef

#dbf6ef #efdbf6 #f6efdb

Analogous Colors of #dbf6ef

#dbf6ef #dbf0f6 #dbf6e2

Monochromatic Colors of #dbf6ef

#dbf6ef

Complementary Color

#dbf6ef #f6dbe2

#dbf6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf6ef Color CSS Codes

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

#dbf6ef Text Font Color

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

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


#dbf6ef Background Color

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

This div background color is #dbf6ef


#dbf6ef Border Color

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

This div border color is #dbf6ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,246,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 #dbf6ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf6ef


Comments

No comments written yet.

Please login to write comment.