Color Hex Logo

#dbfa58 Color Hex

#DBFA58
(219,250,88)
0 Favorites   0 Comments

Color spaces of #dbfa58

RGB 21925088
HSL0.200.940.66
HSV71°65°98°
CMYK 0.120.000.65   0.02
XYZ65.160584.135922.0380
Yxy84.13590.38030.4911
Hunter Lab91.7256-33.716149.9629
CIE-Lab93.5095-31.145471.3826

#dbfa58 color RGB value is (219,250,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 01011000
Octal 333 372 130
Decimal 219 250 88
Hex DB FA 58

RGB Percentages of Color #dbfa58

%39.32
%44.88
%15.80

CMYK Percentages of Color #dbfa58

%12
%0
%65
%2

Triadic Colors of #dbfa58

#dbfa58 #58dbfa #fa58db

Analogous Colors of #dbfa58

#dbfa58 #8afa58 #fac858

Monochromatic Colors of #dbfa58

#dbfa58

Complementary Color

#dbfa58 #7758fa

#dbfa58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfa58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfa58 Color CSS Codes

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

#dbfa58 Text Font Color

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

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


#dbfa58 Background Color

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

This div background color is #dbfa58


#dbfa58 Border Color

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

This div border color is #dbfa58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfa58


Comments

No comments written yet.

Please login to write comment.