Color Hex Logo

#dbf940 Color Hex

#DBF940
(219,249,64)
0 Favorites   0 Comments

Color spaces of #dbf940

RGB 21924964
HSL0.190.940.61
HSV70°74°98°
CMYK 0.120.000.74   0.02
XYZ64.014583.181617.5322
Yxy83.18160.38860.5050
Hunter Lab91.2039-34.320852.4454
CIE-Lab93.0939-31.954079.2863

#dbf940 color RGB value is (219,249,64).

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

The process color (four color CMYK) of #dbf940 color hex is 0.12, 0.00, 0.74, 0.02. Web safe color of #dbf940 is #ccff33. Color #dbf940 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111001 01000000
Octal 333 371 100
Decimal 219 249 64
Hex DB F9 40

RGB Percentages of Color #dbf940

%41.17
%46.80
%12.03

CMYK Percentages of Color #dbf940

%12
%0
%74
%2

Triadic Colors of #dbf940

#dbf940 #40dbf9 #f940db

Analogous Colors of #dbf940

#dbf940 #7ff940 #f9bb40

Monochromatic Colors of #dbf940

#dbf940

Complementary Color

#dbf940 #5e40f9

#dbf940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf940 Color CSS Codes

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

#dbf940 Text Font Color

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

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


#dbf940 Background Color

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

This div background color is #dbf940


#dbf940 Border Color

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

This div border color is #dbf940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf940


Comments

No comments written yet.

Please login to write comment.