Color Hex Logo

#dbfa0c Color Hex

#DBFA0C
(219,250,12)
0 Favorites   0 Comments

Color spaces of #dbfa0c

RGB 21925012
HSL0.190.960.51
HSV68°95°98°
CMYK 0.120.000.95   0.02
XYZ63.465483.457813.1118
Yxy83.45780.39660.5215
Hunter Lab91.3552-35.865955.4390
CIE-Lab93.2145-33.730689.5371

#dbfa0c color RGB value is (219,250,12).

#dbfa0c hex color red value is 219, green value is 250 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dbfa0c hue: 0.19 , saturation: 0.96 and the lightness value of dbfa0c is 0.51.

The process color (four color CMYK) of #dbfa0c color hex is 0.12, 0.00, 0.95, 0.02. Web safe color of #dbfa0c is #ccff00. Color #dbfa0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 00001100
Octal 333 372 14
Decimal 219 250 12
Hex DB FA C

RGB Percentages of Color #dbfa0c

%45.53
%51.98
%2.49

CMYK Percentages of Color #dbfa0c

%12
%0
%95
%2

Triadic Colors of #dbfa0c

#dbfa0c #0cdbfa #fa0cdb

Analogous Colors of #dbfa0c

#dbfa0c #64fa0c #faa20c

Monochromatic Colors of #dbfa0c

#dbfa0c

Complementary Color

#dbfa0c #2b0cfa

#dbfa0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfa0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfa0c Color CSS Codes

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

#dbfa0c Text Font Color

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

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


#dbfa0c Background Color

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

This div background color is #dbfa0c


#dbfa0c Border Color

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

This div border color is #dbfa0c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,250,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 #dbfa0c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfa0c


Comments

No comments written yet.

Please login to write comment.