Color Hex Logo

#dbf16c Color Hex

#DBF16C
(219,241,108)
0 Favorites   0 Comments

Color spaces of #dbf16c

RGB 219241108
HSL0.190.830.68
HSV70°55°95°
CMYK 0.090.000.55   0.05
XYZ63.375579.053426.1059
Yxy79.05340.37600.4691
Hunter Lab88.9120-28.363144.8299
CIE-Lab91.2584-25.505860.6803

#dbf16c color RGB value is (219,241,108).

#dbf16c hex color red value is 219, green value is 241 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #dbf16c hue: 0.19 , saturation: 0.83 and the lightness value of dbf16c is 0.68.

The process color (four color CMYK) of #dbf16c color hex is 0.09, 0.00, 0.55, 0.05. Web safe color of #dbf16c is #ccff66. Color #dbf16c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 01101100
Octal 333 361 154
Decimal 219 241 108
Hex DB F1 6C

RGB Percentages of Color #dbf16c

%38.56
%42.43
%19.01

CMYK Percentages of Color #dbf16c

%9
%0
%55
%5

Triadic Colors of #dbf16c

#dbf16c #6cdbf1 #f16cdb

Analogous Colors of #dbf16c

#dbf16c #99f16c #f1c56c

Monochromatic Colors of #dbf16c

#dbf16c

Complementary Color

#dbf16c #826cf1

#dbf16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf16c Color CSS Codes

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

#dbf16c Text Font Color

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

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


#dbf16c Background Color

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

This div background color is #dbf16c


#dbf16c Border Color

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

This div border color is #dbf16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf16c


Comments

No comments written yet.

Please login to write comment.