Color Hex Logo

#dbfa7a Color Hex

#DBFA7A
(219,250,122)
0 Favorites   0 Comments

Color spaces of #dbfa7a

RGB 219250122
HSL0.210.930.73
HSV75°51°98°
CMYK 0.120.000.51   0.02
XYZ66.911984.836431.2608
Yxy84.83640.36560.4636
Hunter Lab92.1067-31.513444.3518
CIE-Lab93.8126-28.536757.3920

#dbfa7a color RGB value is (219,250,122).

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

The process color (four color CMYK) of #dbfa7a color hex is 0.12, 0.00, 0.51, 0.02. Web safe color of #dbfa7a is #ccff66. Color #dbfa7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 01111010
Octal 333 372 172
Decimal 219 250 122
Hex DB FA 7A

RGB Percentages of Color #dbfa7a

%37.06
%42.30
%20.64

CMYK Percentages of Color #dbfa7a

%12
%0
%51
%2

Triadic Colors of #dbfa7a

#dbfa7a #7adbfa #fa7adb

Analogous Colors of #dbfa7a

#dbfa7a #9bfa7a #fad97a

Monochromatic Colors of #dbfa7a

#dbfa7a

Complementary Color

#dbfa7a #997afa

#dbfa7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfa7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfa7a Color CSS Codes

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

#dbfa7a Text Font Color

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

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


#dbfa7a Background Color

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

This div background color is #dbfa7a


#dbfa7a Border Color

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

This div border color is #dbfa7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfa7a

Related Colors


Comments

No comments written yet.

Please login to write comment.