Color Hex Logo

#dbfa9d Color Hex

#DBFA9D
(219,250,157)
0 Favorites   0 Comments

Color spaces of #dbfa9d

RGB 219250157
HSL0.220.900.80
HSV80°37°98°
CMYK 0.120.000.37   0.02
XYZ69.484885.865644.8098
Yxy85.86560.34710.4290
Hunter Lab92.6637-28.311436.1935
CIE-Lab94.2549-24.813541.3295

#dbfa9d color RGB value is (219,250,157).

#dbfa9d hex color red value is 219, green value is 250 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dbfa9d hue: 0.22 , saturation: 0.90 and the lightness value of dbfa9d is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 10011101
Octal 333 372 235
Decimal 219 250 157
Hex DB FA 9D

RGB Percentages of Color #dbfa9d

%34.98
%39.94
%25.08

CMYK Percentages of Color #dbfa9d

%12
%0
%37
%2

Triadic Colors of #dbfa9d

#dbfa9d #9ddbfa #fa9ddb

Analogous Colors of #dbfa9d

#dbfa9d #adfa9d #faeb9d

Monochromatic Colors of #dbfa9d

#dbfa9d

Complementary Color

#dbfa9d #bc9dfa

#dbfa9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfa9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfa9d Color CSS Codes

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

#dbfa9d Text Font Color

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

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


#dbfa9d Background Color

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

This div background color is #dbfa9d


#dbfa9d Border Color

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

This div border color is #dbfa9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfa9d


Comments

No comments written yet.

Please login to write comment.