Color Hex Logo

#dbf18f Color Hex

#DBF18F
(219,241,143)
0 Favorites   0 Comments

Color spaces of #dbf18f

RGB 219241143
HSL0.200.780.75
HSV73°41°95°
CMYK 0.090.000.41   0.05
XYZ65.626679.953837.9603
Yxy79.95380.35760.4356
Hunter Lab89.4169-25.471337.4213
CIE-Lab91.6641-22.142644.8655

#dbf18f color RGB value is (219,241,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 10001111
Octal 333 361 217
Decimal 219 241 143
Hex DB F1 8F

RGB Percentages of Color #dbf18f

%36.32
%39.97
%23.71

CMYK Percentages of Color #dbf18f

%9
%0
%41
%5

Triadic Colors of #dbf18f

#dbf18f #8fdbf1 #f18fdb

Analogous Colors of #dbf18f

#dbf18f #aaf18f #f1d68f

Monochromatic Colors of #dbf18f

#dbf18f

Complementary Color

#dbf18f #a58ff1

#dbf18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf18f Color CSS Codes

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

#dbf18f Text Font Color

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

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


#dbf18f Background Color

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

This div background color is #dbf18f


#dbf18f Border Color

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

This div border color is #dbf18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf18f


Comments

No comments written yet.

Please login to write comment.