Color Hex Logo

#dbfe1d Color Hex

#DBFE1D
(219,254,29)
0 Favorites   0 Comments

Color spaces of #dbfe1d

RGB 21925429
HSL0.190.990.55
HSV69°89°100°
CMYK 0.140.000.89   0.00
XYZ64.877086.032414.3489
Yxy86.03240.39260.5206
Hunter Lab92.7537-37.466255.7555
CIE-Lab94.3262-35.306188.4406

#dbfe1d color RGB value is (219,254,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 00011101
Octal 333 376 35
Decimal 219 254 29
Hex DB FE 1D

RGB Percentages of Color #dbfe1d

%43.63
%50.60
%5.78

CMYK Percentages of Color #dbfe1d

%14
%0
%89
%0

Triadic Colors of #dbfe1d

#dbfe1d #1ddbfe #fe1ddb

Analogous Colors of #dbfe1d

#dbfe1d #6bfe1d #feb11d

Monochromatic Colors of #dbfe1d

#dbfe1d

Complementary Color

#dbfe1d #401dfe

#dbfe1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfe1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfe1d Color CSS Codes

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

#dbfe1d Text Font Color

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

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


#dbfe1d Background Color

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

This div background color is #dbfe1d


#dbfe1d Border Color

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

This div border color is #dbfe1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfe1d


Comments

No comments written yet.

Please login to write comment.