Color Hex Logo

#dbfe1b Color Hex

#DBFE1B
(219,254,27)
0 Favorites   0 Comments

Color spaces of #dbfe1b

RGB 21925427
HSL0.190.990.55
HSV69°89°100°
CMYK 0.140.000.89   0.00
XYZ64.853186.022814.2229
Yxy86.02280.39280.5210
Hunter Lab92.7485-37.496255.8319
CIE-Lab94.3221-35.342488.7323

#dbfe1b color RGB value is (219,254,27).

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

The process color (four color CMYK) of #dbfe1b color hex is 0.14, 0.00, 0.89, 0.00. Web safe color of #dbfe1b is #ccff33. Color #dbfe1b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 00011011
Octal 333 376 33
Decimal 219 254 27
Hex DB FE 1B

RGB Percentages of Color #dbfe1b

%43.80
%50.80
%5.40

CMYK Percentages of Color #dbfe1b

%14
%0
%89
%0

Triadic Colors of #dbfe1b

#dbfe1b #1bdbfe #fe1bdb

Analogous Colors of #dbfe1b

#dbfe1b #6afe1b #feb01b

Monochromatic Colors of #dbfe1b

#dbfe1b

Complementary Color

#dbfe1b #3e1bfe

#dbfe1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfe1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfe1b Color CSS Codes

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

#dbfe1b Text Font Color

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

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


#dbfe1b Background Color

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

This div background color is #dbfe1b


#dbfe1b Border Color

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

This div border color is #dbfe1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfe1b


Comments

No comments written yet.

Please login to write comment.