Color Hex Logo

#dbf80f Color Hex

#DBF80F
(219,248,15)
0 Favorites   0 Comments

Color spaces of #dbf80f

RGB 21924815
HSL0.190.940.52
HSV67°94°97°
CMYK 0.120.000.94   0.03
XYZ62.867082.229413.0103
Yxy82.22940.39760.5201
Hunter Lab90.6804-34.940154.9697
CIE-Lab92.6760-32.787488.8642

#dbf80f color RGB value is (219,248,15).

#dbf80f hex color red value is 219, green value is 248 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dbf80f hue: 0.19 , saturation: 0.94 and the lightness value of dbf80f is 0.52.

The process color (four color CMYK) of #dbf80f color hex is 0.12, 0.00, 0.94, 0.03. Web safe color of #dbf80f is #ccff00. Color #dbf80f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111000 00001111
Octal 333 370 17
Decimal 219 248 15
Hex DB F8 F

RGB Percentages of Color #dbf80f

%45.44
%51.45
%3.11

CMYK Percentages of Color #dbf80f

%12
%0
%94
%3

Triadic Colors of #dbf80f

#dbf80f #0fdbf8 #f80fdb

Analogous Colors of #dbf80f

#dbf80f #67f80f #f8a10f

Monochromatic Colors of #dbf80f

#dbf80f

Complementary Color

#dbf80f #2c0ff8

#dbf80f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf80f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf80f Color CSS Codes

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

#dbf80f Text Font Color

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

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


#dbf80f Background Color

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

This div background color is #dbf80f


#dbf80f Border Color

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

This div border color is #dbf80f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf80f


Comments

No comments written yet.

Please login to write comment.