Color Hex Logo

#dbfe00 Color Hex

#DBFE00
(219,254,0)
0 Favorites   0 Comments

Color spaces of #dbfe00

RGB 2192540
HSL0.191.000.50
HSV68°100°100°
CMYK 0.140.001.00   0.00
XYZ64.655285.943713.1811
Yxy85.94370.39480.5248
Hunter Lab92.7058-37.745156.4641
CIE-Lab94.2883-35.644891.2148

#dbfe00 color RGB value is (219,254,0).

#dbfe00 hex color red value is 219, green value is 254 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #dbfe00 hue: 0.19 , saturation: 1.00 and the lightness value of dbfe00 is 0.50.

The process color (four color CMYK) of #dbfe00 color hex is 0.14, 0.00, 1.00, 0.00. Web safe color of #dbfe00 is #ccff00. Color #dbfe00 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 00000000
Octal 333 376 0
Decimal 219 254 0
Hex DB FE 0

RGB Percentages of Color #dbfe00

%46.30
%53.70
%0.00

CMYK Percentages of Color #dbfe00

%14
%0
%100
%0

Triadic Colors of #dbfe00

#dbfe00 #00dbfe #fe00db

Analogous Colors of #dbfe00

#dbfe00 #5cfe00 #fea200

Monochromatic Colors of #dbfe00

#dbfe00

Complementary Color

#dbfe00 #2300fe

#dbfe00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfe00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfe00 Color CSS Codes

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

#dbfe00 Text Font Color

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

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


#dbfe00 Background Color

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

This div background color is #dbfe00


#dbfe00 Border Color

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

This div border color is #dbfe00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfe00


Comments

No comments written yet.

Please login to write comment.