Color Hex Logo

#dbfb77 Color Hex

#DBFB77
(219,251,119)
0 Favorites   0 Comments

Color spaces of #dbfb77

RGB 219251119
HSL0.210.940.73
HSV75°53°98°
CMYK 0.130.000.53   0.02
XYZ67.040485.386330.4006
Yxy85.38630.36670.4670
Hunter Lab92.4047-32.205045.1772
CIE-Lab94.0493-29.272659.0216

#dbfb77 color RGB value is (219,251,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 01110111
Octal 333 373 167
Decimal 219 251 119
Hex DB FB 77

RGB Percentages of Color #dbfb77

%37.18
%42.61
%20.20

CMYK Percentages of Color #dbfb77

%13
%0
%53
%2

Triadic Colors of #dbfb77

#dbfb77 #77dbfb #fb77db

Analogous Colors of #dbfb77

#dbfb77 #99fb77 #fbd977

Monochromatic Colors of #dbfb77

#dbfb77

Complementary Color

#dbfb77 #9777fb

#dbfb77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfb77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfb77 Color CSS Codes

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

#dbfb77 Text Font Color

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

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


#dbfb77 Background Color

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

This div background color is #dbfb77


#dbfb77 Border Color

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

This div border color is #dbfb77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfb77

Related Colors


Comments

No comments written yet.

Please login to write comment.