Color Hex Logo

#dbf19e Color Hex

#DBF19E
(219,241,158)
0 Favorites   0 Comments

Color spaces of #dbf19e

RGB 219241158
HSL0.210.750.78
HSV76°34°95°
CMYK 0.090.000.34   0.05
XYZ66.840380.439344.3512
Yxy80.43930.34880.4198
Hunter Lab89.6880-23.926133.4623
CIE-Lab91.8816-20.372337.7470

#dbf19e color RGB value is (219,241,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 10011110
Octal 333 361 236
Decimal 219 241 158
Hex DB F1 9E

RGB Percentages of Color #dbf19e

%35.44
%39.00
%25.57

CMYK Percentages of Color #dbf19e

%9
%0
%34
%5

Triadic Colors of #dbf19e

#dbf19e #9edbf1 #f19edb

Analogous Colors of #dbf19e

#dbf19e #b2f19e #f1de9e

Monochromatic Colors of #dbf19e

#dbf19e

Complementary Color

#dbf19e #b49ef1

#dbf19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf19e Color CSS Codes

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

#dbf19e Text Font Color

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

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


#dbf19e Background Color

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

This div background color is #dbf19e


#dbf19e Border Color

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

This div border color is #dbf19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf19e


Comments

No comments written yet.

Please login to write comment.