Color Hex Logo

#dbfd76 Color Hex

#DBFD76
(219,253,118)
0 Favorites   0 Comments

Color spaces of #dbfd76

RGB 219253118
HSL0.210.970.73
HSV75°53°99°
CMYK 0.130.000.53   0.01
XYZ67.608786.618630.2953
Yxy86.61860.36640.4694
Hunter Lab93.0691-33.202245.8487
CIE-Lab94.5762-30.289660.0812

#dbfd76 color RGB value is (219,253,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111101 01110110
Octal 333 375 166
Decimal 219 253 118
Hex DB FD 76

RGB Percentages of Color #dbfd76

%37.12
%42.88
%20.00

CMYK Percentages of Color #dbfd76

%13
%0
%53
%1

Triadic Colors of #dbfd76

#dbfd76 #76dbfd #fd76db

Analogous Colors of #dbfd76

#dbfd76 #98fd76 #fddc76

Monochromatic Colors of #dbfd76

#dbfd76

Complementary Color

#dbfd76 #9876fd

#dbfd76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfd76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfd76 Color CSS Codes

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

#dbfd76 Text Font Color

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

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


#dbfd76 Background Color

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

This div background color is #dbfd76


#dbfd76 Border Color

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

This div border color is #dbfd76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfd76


Comments

No comments written yet.

Please login to write comment.