Color Hex Logo

#dbf92a Color Hex

#DBF92A
(219,249,42)
0 Favorites   0 Comments

Color spaces of #dbf92a

RGB 21924942
HSL0.190.950.57
HSV69°83°98°
CMYK 0.120.000.83   0.02
XYZ63.507082.978614.8598
Yxy82.97860.39360.5143
Hunter Lab91.0926-34.967254.0929
CIE-Lab93.0051-32.732484.9689

#dbf92a color RGB value is (219,249,42).

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

The process color (four color CMYK) of #dbf92a color hex is 0.12, 0.00, 0.83, 0.02. Web safe color of #dbf92a is #ccff33. Color #dbf92a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111001 00101010
Octal 333 371 52
Decimal 219 249 42
Hex DB F9 2A

RGB Percentages of Color #dbf92a

%42.94
%48.82
%8.24

CMYK Percentages of Color #dbf92a

%12
%0
%83
%2

Triadic Colors of #dbf92a

#dbf92a #2adbf9 #f92adb

Analogous Colors of #dbf92a

#dbf92a #74f92a #f9b02a

Monochromatic Colors of #dbf92a

#dbf92a

Complementary Color

#dbf92a #482af9

#dbf92a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf92a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf92a Color CSS Codes

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

#dbf92a Text Font Color

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

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


#dbf92a Background Color

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

This div background color is #dbf92a


#dbf92a Border Color

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

This div border color is #dbf92a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf92a


Comments

No comments written yet.

Please login to write comment.