Color Hex Logo

#dbfb2c Color Hex

#DBFB2C
(219,251,44)
0 Favorites   0 Comments

Color spaces of #dbfb2c

RGB 21925144
HSL0.190.960.58
HSV69°82°98°
CMYK 0.130.000.82   0.02
XYZ64.165284.236315.2602
Yxy84.23630.39210.5147
Hunter Lab91.7803-35.823254.3882
CIE-Lab93.5530-33.589484.9970

#dbfb2c color RGB value is (219,251,44).

#dbfb2c hex color red value is 219, green value is 251 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #dbfb2c hue: 0.19 , saturation: 0.96 and the lightness value of dbfb2c is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 00101100
Octal 333 373 54
Decimal 219 251 44
Hex DB FB 2C

RGB Percentages of Color #dbfb2c

%42.61
%48.83
%8.56

CMYK Percentages of Color #dbfb2c

%13
%0
%82
%2

Triadic Colors of #dbfb2c

#dbfb2c #2cdbfb #fb2cdb

Analogous Colors of #dbfb2c

#dbfb2c #74fb2c #fbb42c

Monochromatic Colors of #dbfb2c

#dbfb2c

Complementary Color

#dbfb2c #4c2cfb

#dbfb2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfb2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfb2c Color CSS Codes

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

#dbfb2c Text Font Color

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

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


#dbfb2c Background Color

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

This div background color is #dbfb2c


#dbfb2c Border Color

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

This div border color is #dbfb2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfb2c


Comments

No comments written yet.

Please login to write comment.