Color Hex Logo

#dbf40c Color Hex

#DBF40C
(219,244,12)
0 Favorites   0 Comments

Color spaces of #dbf40c

RGB 21924412
HSL0.180.910.50
HSV66°95°96°
CMYK 0.100.000.95   0.04
XYZ61.630579.788012.5002
Yxy79.78800.40040.5184
Hunter Lab89.3241-33.158554.2297
CIE-Lab91.5897-30.979988.2958

#dbf40c color RGB value is (219,244,12).

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

The process color (four color CMYK) of #dbf40c color hex is 0.10, 0.00, 0.95, 0.04. Web safe color of #dbf40c is #ccff00. Color #dbf40c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110100 00001100
Octal 333 364 14
Decimal 219 244 12
Hex DB F4 C

RGB Percentages of Color #dbf40c

%46.11
%51.37
%2.53

CMYK Percentages of Color #dbf40c

%10
%0
%95
%4

Triadic Colors of #dbf40c

#dbf40c #0cdbf4 #f40cdb

Analogous Colors of #dbf40c

#dbf40c #67f40c #f4990c

Monochromatic Colors of #dbf40c

#dbf40c

Complementary Color

#dbf40c #250cf4

#dbf40c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf40c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf40c Color CSS Codes

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

#dbf40c Text Font Color

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

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


#dbf40c Background Color

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

This div background color is #dbf40c


#dbf40c Border Color

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

This div border color is #dbf40c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf40c


Comments

No comments written yet.

Please login to write comment.