Color Hex Logo

#dbfa8e Color Hex

#DBFA8E
(219,250,142)
0 Favorites   0 Comments

Color spaces of #dbfa8e

RGB 219250142
HSL0.210.920.77
HSV77°43°98°
CMYK 0.120.000.43   0.02
XYZ68.281585.384338.4732
Yxy85.38430.35540.4444
Hunter Lab92.4036-29.804139.9965
CIE-Lab94.0485-26.539148.3452

#dbfa8e color RGB value is (219,250,142).

#dbfa8e hex color red value is 219, green value is 250 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dbfa8e hue: 0.21 , saturation: 0.92 and the lightness value of dbfa8e is 0.77.

The process color (four color CMYK) of #dbfa8e color hex is 0.12, 0.00, 0.43, 0.02. Web safe color of #dbfa8e is #ccff99. Color #dbfa8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 10001110
Octal 333 372 216
Decimal 219 250 142
Hex DB FA 8E

RGB Percentages of Color #dbfa8e

%35.84
%40.92
%23.24

CMYK Percentages of Color #dbfa8e

%12
%0
%43
%2

Triadic Colors of #dbfa8e

#dbfa8e #8edbfa #fa8edb

Analogous Colors of #dbfa8e

#dbfa8e #a5fa8e #fae38e

Monochromatic Colors of #dbfa8e

#dbfa8e

Complementary Color

#dbfa8e #ad8efa

#dbfa8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfa8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfa8e Color CSS Codes

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

#dbfa8e Text Font Color

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

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


#dbfa8e Background Color

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

This div background color is #dbfa8e


#dbfa8e Border Color

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

This div border color is #dbfa8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfa8e

Related Colors


Comments

No comments written yet.

Please login to write comment.