Color Hex Logo

#dbf20e Color Hex

#DBF20E
(219,242,14)
0 Favorites   0 Comments

Color spaces of #dbf20e

RGB 21924214
HSL0.180.900.50
HSV66°94°95°
CMYK 0.100.000.94   0.05
XYZ61.044878.596012.3686
Yxy78.59600.40160.5170
Hunter Lab88.6544-32.235353.7862
CIE-Lab91.0512-30.034287.7097

#dbf20e color RGB value is (219,242,14).

#dbf20e hex color red value is 219, green value is 242 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dbf20e hue: 0.18 , saturation: 0.90 and the lightness value of dbf20e is 0.50.

The process color (four color CMYK) of #dbf20e color hex is 0.10, 0.00, 0.94, 0.05. Web safe color of #dbf20e is #ccff00. Color #dbf20e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110010 00001110
Octal 333 362 16
Decimal 219 242 14
Hex DB F2 E

RGB Percentages of Color #dbf20e

%46.11
%50.95
%2.95

CMYK Percentages of Color #dbf20e

%10
%0
%94
%5

Triadic Colors of #dbf20e

#dbf20e #0edbf2 #f20edb

Analogous Colors of #dbf20e

#dbf20e #69f20e #f2970e

Monochromatic Colors of #dbf20e

#dbf20e

Complementary Color

#dbf20e #250ef2

#dbf20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf20e Color CSS Codes

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

#dbf20e Text Font Color

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

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


#dbf20e Background Color

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

This div background color is #dbf20e


#dbf20e Border Color

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

This div border color is #dbf20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf20e


Comments

No comments written yet.

Please login to write comment.