Color Hex Logo

#dbf52e Color Hex

#DBF52E
(219,245,46)
0 Favorites   0 Comments

Color spaces of #dbf52e

RGB 21924546
HSL0.190.910.57
HSV68°81°96°
CMYK 0.110.000.81   0.04
XYZ62.359080.562114.8482
Yxy80.56210.39530.5106
Hunter Lab89.7564-33.059353.0213
CIE-Lab91.9365-30.776383.1533

#dbf52e color RGB value is (219,245,46).

#dbf52e hex color red value is 219, green value is 245 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dbf52e hue: 0.19 , saturation: 0.91 and the lightness value of dbf52e is 0.57.

The process color (four color CMYK) of #dbf52e color hex is 0.11, 0.00, 0.81, 0.04. Web safe color of #dbf52e is #ccff33. Color #dbf52e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110101 00101110
Octal 333 365 56
Decimal 219 245 46
Hex DB F5 2E

RGB Percentages of Color #dbf52e

%42.94
%48.04
%9.02

CMYK Percentages of Color #dbf52e

%11
%0
%81
%4

Triadic Colors of #dbf52e

#dbf52e #2edbf5 #f52edb

Analogous Colors of #dbf52e

#dbf52e #78f52e #f5ac2e

Monochromatic Colors of #dbf52e

#dbf52e

Complementary Color

#dbf52e #482ef5

#dbf52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf52e Color CSS Codes

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

#dbf52e Text Font Color

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

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


#dbf52e Background Color

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

This div background color is #dbf52e


#dbf52e Border Color

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

This div border color is #dbf52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf52e


Comments

No comments written yet.

Please login to write comment.