Color Hex Logo

#dbfa5d Color Hex

#DBFA5D
(219,250,93)
0 Favorites   0 Comments

Color spaces of #dbfa5d

RGB 21925093
HSL0.200.940.67
HSV72°63°98°
CMYK 0.120.000.63   0.02
XYZ65.374884.221623.1667
Yxy84.22160.37840.4875
Hunter Lab91.7723-33.445649.2737
CIE-Lab93.5467-30.822969.4753

#dbfa5d color RGB value is (219,250,93).

#dbfa5d hex color red value is 219, green value is 250 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dbfa5d hue: 0.20 , saturation: 0.94 and the lightness value of dbfa5d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 01011101
Octal 333 372 135
Decimal 219 250 93
Hex DB FA 5D

RGB Percentages of Color #dbfa5d

%38.97
%44.48
%16.55

CMYK Percentages of Color #dbfa5d

%12
%0
%63
%2

Triadic Colors of #dbfa5d

#dbfa5d #5ddbfa #fa5ddb

Analogous Colors of #dbfa5d

#dbfa5d #8dfa5d #facb5d

Monochromatic Colors of #dbfa5d

#dbfa5d

Complementary Color

#dbfa5d #7c5dfa

#dbfa5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfa5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfa5d Color CSS Codes

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

#dbfa5d Text Font Color

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

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


#dbfa5d Background Color

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

This div background color is #dbfa5d


#dbfa5d Border Color

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

This div border color is #dbfa5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfa5d

Related Colors


Comments

No comments written yet.

Please login to write comment.