Color Hex Logo

#dbf076 Color Hex

#DBF076
(219,240,118)
0 Favorites   0 Comments

Color spaces of #dbf076

RGB 219240118
HSL0.200.800.70
HSV70°51°94°
CMYK 0.090.000.51   0.06
XYZ63.643578.688328.9735
Yxy78.68830.37150.4593
Hunter Lab88.7064-27.169342.7291
CIE-Lab91.0931-24.178156.0030

#dbf076 color RGB value is (219,240,118).

#dbf076 hex color red value is 219, green value is 240 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #dbf076 hue: 0.20 , saturation: 0.80 and the lightness value of dbf076 is 0.70.

The process color (four color CMYK) of #dbf076 color hex is 0.09, 0.00, 0.51, 0.06. Web safe color of #dbf076 is #ccff66. Color #dbf076 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110000 01110110
Octal 333 360 166
Decimal 219 240 118
Hex DB F0 76

RGB Percentages of Color #dbf076

%37.95
%41.59
%20.45

CMYK Percentages of Color #dbf076

%9
%0
%51
%6

Triadic Colors of #dbf076

#dbf076 #76dbf0 #f076db

Analogous Colors of #dbf076

#dbf076 #9ef076 #f0c876

Monochromatic Colors of #dbf076

#dbf076

Complementary Color

#dbf076 #8b76f0

#dbf076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf076 Color CSS Codes

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

#dbf076 Text Font Color

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

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


#dbf076 Background Color

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

This div background color is #dbf076


#dbf076 Border Color

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

This div border color is #dbf076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf076


Comments

No comments written yet.

Please login to write comment.