Color Hex Logo

#dbf116 Color Hex

#DBF116
(219,241,22)
0 Favorites   0 Comments

Color spaces of #dbf116

RGB 21924122
HSL0.180.890.52
HSV66°91°95°
CMYK 0.090.000.91   0.05
XYZ60.813578.028612.6149
Yxy78.02860.40150.5152
Hunter Lab88.3338-31.695653.3665
CIE-Lab90.7930-29.466786.6258

#dbf116 color RGB value is (219,241,22).

#dbf116 hex color red value is 219, green value is 241 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dbf116 hue: 0.18 , saturation: 0.89 and the lightness value of dbf116 is 0.52.

The process color (four color CMYK) of #dbf116 color hex is 0.09, 0.00, 0.91, 0.05. Web safe color of #dbf116 is #ccff00. Color #dbf116 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 00010110
Octal 333 361 26
Decimal 219 241 22
Hex DB F1 16

RGB Percentages of Color #dbf116

%45.44
%50.00
%4.56

CMYK Percentages of Color #dbf116

%9
%0
%91
%5

Triadic Colors of #dbf116

#dbf116 #16dbf1 #f116db

Analogous Colors of #dbf116

#dbf116 #6ef116 #f19a16

Monochromatic Colors of #dbf116

#dbf116

Complementary Color

#dbf116 #2c16f1

#dbf116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf116 Color CSS Codes

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

#dbf116 Text Font Color

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

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


#dbf116 Background Color

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

This div background color is #dbf116


#dbf116 Border Color

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

This div border color is #dbf116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf116


Comments

No comments written yet.

Please login to write comment.