Color Hex Logo

#dbfe77 Color Hex

#DBFE77
(219,254,119)
0 Favorites   0 Comments

Color spaces of #dbfe77

RGB 219254119
HSL0.210.990.73
HSV76°53°100°
CMYK 0.140.000.53   0.00
XYZ67.985087.275630.7155
Yxy87.27560.36560.4693
Hunter Lab93.4214-33.588745.9014
CIE-Lab94.8551-30.665059.9611

#dbfe77 color RGB value is (219,254,119).

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

The process color (four color CMYK) of #dbfe77 color hex is 0.14, 0.00, 0.53, 0.00. Web safe color of #dbfe77 is #ccff66. Color #dbfe77 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 01110111
Octal 333 376 167
Decimal 219 254 119
Hex DB FE 77

RGB Percentages of Color #dbfe77

%36.99
%42.91
%20.10

CMYK Percentages of Color #dbfe77

%14
%0
%53
%0

Triadic Colors of #dbfe77

#dbfe77 #77dbfe #fe77db

Analogous Colors of #dbfe77

#dbfe77 #98fe77 #fede77

Monochromatic Colors of #dbfe77

#dbfe77

Complementary Color

#dbfe77 #9a77fe

#dbfe77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfe77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfe77 Color CSS Codes

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

#dbfe77 Text Font Color

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

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


#dbfe77 Background Color

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

This div background color is #dbfe77


#dbfe77 Border Color

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

This div border color is #dbfe77


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,254,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 #dbfe77">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfe77

Related Colors


Comments

No comments written yet.

Please login to write comment.