Color Hex Logo

#dbf10f Color Hex

#DBF10F
(219,241,15)
0 Favorites   0 Comments

Color spaces of #dbf10f

RGB 21924115
HSL0.180.890.50
HSV66°94°95°
CMYK 0.090.000.94   0.05
XYZ60.754978.005212.3063
Yxy78.00520.40220.5164
Hunter Lab88.3206-31.772553.5631
CIE-Lab90.7823-29.559187.4090

#dbf10f color RGB value is (219,241,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 00001111
Octal 333 361 17
Decimal 219 241 15
Hex DB F1 F

RGB Percentages of Color #dbf10f

%46.11
%50.74
%3.16

CMYK Percentages of Color #dbf10f

%9
%0
%94
%5

Triadic Colors of #dbf10f

#dbf10f #0fdbf1 #f10fdb

Analogous Colors of #dbf10f

#dbf10f #6af10f #f1960f

Monochromatic Colors of #dbf10f

#dbf10f

Complementary Color

#dbf10f #250ff1

#dbf10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf10f Color CSS Codes

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

#dbf10f Text Font Color

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

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


#dbf10f Background Color

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

This div background color is #dbf10f


#dbf10f Border Color

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

This div border color is #dbf10f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf10f


Comments

No comments written yet.

Please login to write comment.