Color Hex Logo

#dbf19f Color Hex

#DBF19F
(219,241,159)
0 Favorites   0 Comments

Color spaces of #dbf19f

RGB 219241159
HSL0.210.750.78
HSV76°34°95°
CMYK 0.090.000.34   0.05
XYZ66.926780.473944.8065
Yxy80.47390.34820.4187
Hunter Lab89.7072-23.816533.1812
CIE-Lab91.8971-20.247437.2680

#dbf19f color RGB value is (219,241,159).

#dbf19f hex color red value is 219, green value is 241 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dbf19f hue: 0.21 , saturation: 0.75 and the lightness value of dbf19f is 0.78.

The process color (four color CMYK) of #dbf19f color hex is 0.09, 0.00, 0.34, 0.05. Web safe color of #dbf19f is #ccff99. Color #dbf19f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 10011111
Octal 333 361 237
Decimal 219 241 159
Hex DB F1 9F

RGB Percentages of Color #dbf19f

%35.38
%38.93
%25.69

CMYK Percentages of Color #dbf19f

%9
%0
%34
%5

Triadic Colors of #dbf19f

#dbf19f #9fdbf1 #f19fdb

Analogous Colors of #dbf19f

#dbf19f #b2f19f #f1de9f

Monochromatic Colors of #dbf19f

#dbf19f

Complementary Color

#dbf19f #b59ff1

#dbf19f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf19f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf19f Color CSS Codes

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

#dbf19f Text Font Color

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

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


#dbf19f Background Color

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

This div background color is #dbf19f


#dbf19f Border Color

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

This div border color is #dbf19f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf19f


Comments

No comments written yet.

Please login to write comment.