Color Hex Logo

#dbf19d Color Hex

#DBF19D
(219,241,157)
0 Favorites   0 Comments

Color spaces of #dbf19d

RGB 219241157
HSL0.210.750.78
HSV76°35°95°
CMYK 0.090.000.35   0.05
XYZ66.754580.405043.8997
Yxy80.40500.34940.4208
Hunter Lab89.6688-24.035133.7412
CIE-Lab91.8663-20.496538.2253

#dbf19d color RGB value is (219,241,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 10011101
Octal 333 361 235
Decimal 219 241 157
Hex DB F1 9D

RGB Percentages of Color #dbf19d

%35.49
%39.06
%25.45

CMYK Percentages of Color #dbf19d

%9
%0
%35
%5

Triadic Colors of #dbf19d

#dbf19d #9ddbf1 #f19ddb

Analogous Colors of #dbf19d

#dbf19d #b1f19d #f1dd9d

Monochromatic Colors of #dbf19d

#dbf19d

Complementary Color

#dbf19d #b39df1

#dbf19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf19d Color CSS Codes

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

#dbf19d Text Font Color

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

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


#dbf19d Background Color

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

This div background color is #dbf19d


#dbf19d Border Color

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

This div border color is #dbf19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf19d


Comments

No comments written yet.

Please login to write comment.