Color Hex Logo

#dbfa82 Color Hex

#DBFA82
(219,250,130)
0 Favorites   0 Comments

Color spaces of #dbfa82

RGB 219250130
HSL0.210.920.75
HSV76°48°98°
CMYK 0.120.000.48   0.02
XYZ67.428385.043033.9802
Yxy85.04300.36160.4561
Hunter Lab92.2188-30.867642.7063
CIE-Lab93.9016-27.779353.8255

#dbfa82 color RGB value is (219,250,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 10000010
Octal 333 372 202
Decimal 219 250 130
Hex DB FA 82

RGB Percentages of Color #dbfa82

%36.56
%41.74
%21.70

CMYK Percentages of Color #dbfa82

%12
%0
%48
%2

Triadic Colors of #dbfa82

#dbfa82 #82dbfa #fa82db

Analogous Colors of #dbfa82

#dbfa82 #9ffa82 #fadd82

Monochromatic Colors of #dbfa82

#dbfa82

Complementary Color

#dbfa82 #a182fa

#dbfa82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfa82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfa82 Color CSS Codes

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

#dbfa82 Text Font Color

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

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


#dbfa82 Background Color

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

This div background color is #dbfa82


#dbfa82 Border Color

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

This div border color is #dbfa82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfa82


Comments

No comments written yet.

Please login to write comment.