Color Hex Logo

#dbf66f Color Hex

#DBF66F
(219,246,111)
0 Favorites   0 Comments

Color spaces of #dbf66f

RGB 219246111
HSL0.200.880.70
HSV72°55°96°
CMYK 0.110.000.55   0.04
XYZ65.038482.119327.4616
Yxy82.11930.37250.4703
Hunter Lab90.6197-30.473845.4664
CIE-Lab92.6275-27.619260.9262

#dbf66f color RGB value is (219,246,111).

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

The process color (four color CMYK) of #dbf66f color hex is 0.11, 0.00, 0.55, 0.04. Web safe color of #dbf66f is #ccff66. Color #dbf66f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110110 01101111
Octal 333 366 157
Decimal 219 246 111
Hex DB F6 6F

RGB Percentages of Color #dbf66f

%38.02
%42.71
%19.27

CMYK Percentages of Color #dbf66f

%11
%0
%55
%4

Triadic Colors of #dbf66f

#dbf66f #6fdbf6 #f66fdb

Analogous Colors of #dbf66f

#dbf66f #98f66f #f6ce6f

Monochromatic Colors of #dbf66f

#dbf66f

Complementary Color

#dbf66f #8a6ff6

#dbf66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf66f Color CSS Codes

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

#dbf66f Text Font Color

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

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


#dbf66f Background Color

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

This div background color is #dbf66f


#dbf66f Border Color

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

This div border color is #dbf66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf66f


Comments

No comments written yet.

Please login to write comment.