Color Hex Logo

#dbfd2e Color Hex

#DBFD2E
(219,253,46)
0 Favorites   0 Comments

Color spaces of #dbfd2e

RGB 21925346
HSL0.190.980.59
HSV70°82°99°
CMYK 0.130.000.82   0.01
XYZ64.831885.507915.6724
Yxy85.50790.39050.5151
Hunter Lab92.4705-36.675654.6805
CIE-Lab94.1015-34.440085.0156

#dbfd2e color RGB value is (219,253,46).

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

The process color (four color CMYK) of #dbfd2e color hex is 0.13, 0.00, 0.82, 0.01. Web safe color of #dbfd2e is #ccff33. Color #dbfd2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111101 00101110
Octal 333 375 56
Decimal 219 253 46
Hex DB FD 2E

RGB Percentages of Color #dbfd2e

%42.28
%48.84
%8.88

CMYK Percentages of Color #dbfd2e

%13
%0
%82
%1

Triadic Colors of #dbfd2e

#dbfd2e #2edbfd #fd2edb

Analogous Colors of #dbfd2e

#dbfd2e #74fd2e #fdb82e

Monochromatic Colors of #dbfd2e

#dbfd2e

Complementary Color

#dbfd2e #502efd

#dbfd2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfd2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfd2e Color CSS Codes

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

#dbfd2e Text Font Color

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

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


#dbfd2e Background Color

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

This div background color is #dbfd2e


#dbfd2e Border Color

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

This div border color is #dbfd2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,253,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 #dbfd2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfd2e


Comments

No comments written yet.

Please login to write comment.