Color Hex Logo

#dbf73e Color Hex

#DBF73E
(219,247,62)
0 Favorites   0 Comments

Color spaces of #dbf73e

RGB 21924762
HSL0.190.920.61
HSV69°75°97°
CMYK 0.110.000.75   0.03
XYZ63.343781.929417.0328
Yxy81.92940.39030.5048
Hunter Lab90.5149-33.483952.2034
CIE-Lab92.5437-31.118779.3807

#dbf73e color RGB value is (219,247,62).

#dbf73e hex color red value is 219, green value is 247 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dbf73e hue: 0.19 , saturation: 0.92 and the lightness value of dbf73e is 0.61.

The process color (four color CMYK) of #dbf73e color hex is 0.11, 0.00, 0.75, 0.03. Web safe color of #dbf73e is #ccff33. Color #dbf73e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110111 00111110
Octal 333 367 76
Decimal 219 247 62
Hex DB F7 3E

RGB Percentages of Color #dbf73e

%41.48
%46.78
%11.74

CMYK Percentages of Color #dbf73e

%11
%0
%75
%3

Triadic Colors of #dbf73e

#dbf73e #3edbf7 #f73edb

Analogous Colors of #dbf73e

#dbf73e #7ff73e #f7b73e

Monochromatic Colors of #dbf73e

#dbf73e

Complementary Color

#dbf73e #5a3ef7

#dbf73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf73e Color CSS Codes

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

#dbf73e Text Font Color

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

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


#dbf73e Background Color

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

This div background color is #dbf73e


#dbf73e Border Color

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

This div border color is #dbf73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf73e


Comments

No comments written yet.

Please login to write comment.