Color Hex Logo

#dbfa77 Color Hex

#DBFA77
(219,250,119)
0 Favorites   0 Comments

Color spaces of #dbfa77

RGB 219250119
HSL0.210.930.72
HSV74°52°98°
CMYK 0.120.000.52   0.02
XYZ66.728884.763230.2967
Yxy84.76320.36710.4663
Hunter Lab92.0669-31.742944.9361
CIE-Lab93.7810-28.806658.7081

#dbfa77 color RGB value is (219,250,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 01110111
Octal 333 372 167
Decimal 219 250 119
Hex DB FA 77

RGB Percentages of Color #dbfa77

%37.24
%42.52
%20.24

CMYK Percentages of Color #dbfa77

%12
%0
%52
%2

Triadic Colors of #dbfa77

#dbfa77 #77dbfa #fa77db

Analogous Colors of #dbfa77

#dbfa77 #9afa77 #fad877

Monochromatic Colors of #dbfa77

#dbfa77

Complementary Color

#dbfa77 #9677fa

#dbfa77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfa77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfa77 Color CSS Codes

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

#dbfa77 Text Font Color

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

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


#dbfa77 Background Color

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

This div background color is #dbfa77


#dbfa77 Border Color

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

This div border color is #dbfa77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfa77

Related Colors


Comments

No comments written yet.

Please login to write comment.