Color Hex Logo

#dbfe8a Color Hex

#DBFE8A
(219,254,138)
0 Favorites   0 Comments

Color spaces of #dbfe8a

RGB 219254138
HSL0.220.980.77
HSV78°46°100°
CMYK 0.140.000.46   0.00
XYZ69.242787.778737.3383
Yxy87.77870.35630.4516
Hunter Lab93.6903-32.035941.9544
CIE-Lab95.0677-28.840851.5067

#dbfe8a color RGB value is (219,254,138).

#dbfe8a hex color red value is 219, green value is 254 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dbfe8a hue: 0.22 , saturation: 0.98 and the lightness value of dbfe8a is 0.77.

The process color (four color CMYK) of #dbfe8a color hex is 0.14, 0.00, 0.46, 0.00. Web safe color of #dbfe8a is #ccff99. Color #dbfe8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 10001010
Octal 333 376 212
Decimal 219 254 138
Hex DB FE 8A

RGB Percentages of Color #dbfe8a

%35.84
%41.57
%22.59

CMYK Percentages of Color #dbfe8a

%14
%0
%46
%0

Triadic Colors of #dbfe8a

#dbfe8a #8adbfe #fe8adb

Analogous Colors of #dbfe8a

#dbfe8a #a1fe8a #fee78a

Monochromatic Colors of #dbfe8a

#dbfe8a

Complementary Color

#dbfe8a #ad8afe

#dbfe8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfe8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfe8a Color CSS Codes

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

#dbfe8a Text Font Color

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

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


#dbfe8a Background Color

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

This div background color is #dbfe8a


#dbfe8a Border Color

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

This div border color is #dbfe8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfe8a


Comments

No comments written yet.

Please login to write comment.