Color Hex Logo

#dbfe6f Color Hex

#DBFE6F
(219,254,111)
0 Favorites   0 Comments

Color spaces of #dbfe6f

RGB 219254111
HSL0.210.990.72
HSV75°56°100°
CMYK 0.140.000.56   0.00
XYZ67.524587.091428.2903
Yxy87.09140.36920.4762
Hunter Lab93.3228-34.159647.3525
CIE-Lab94.7770-31.340663.3738

#dbfe6f color RGB value is (219,254,111).

#dbfe6f hex color red value is 219, green value is 254 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dbfe6f hue: 0.21 , saturation: 0.99 and the lightness value of dbfe6f is 0.72.

The process color (four color CMYK) of #dbfe6f color hex is 0.14, 0.00, 0.56, 0.00. Web safe color of #dbfe6f is #ccff66. Color #dbfe6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 01101111
Octal 333 376 157
Decimal 219 254 111
Hex DB FE 6F

RGB Percentages of Color #dbfe6f

%37.50
%43.49
%19.01

CMYK Percentages of Color #dbfe6f

%14
%0
%56
%0

Triadic Colors of #dbfe6f

#dbfe6f #6fdbfe #fe6fdb

Analogous Colors of #dbfe6f

#dbfe6f #94fe6f #feda6f

Monochromatic Colors of #dbfe6f

#dbfe6f

Complementary Color

#dbfe6f #926ffe

#dbfe6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfe6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfe6f Color CSS Codes

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

#dbfe6f Text Font Color

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

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


#dbfe6f Background Color

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

This div background color is #dbfe6f


#dbfe6f Border Color

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

This div border color is #dbfe6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfe6f


Comments

No comments written yet.

Please login to write comment.