Color Hex Logo

#dbf400 Color Hex

#DBF400
(219,244,0)
0 Favorites   0 Comments

Color spaces of #dbf400

RGB 2192440
HSL0.181.000.48
HSV66°100°96°
CMYK 0.100.001.00   0.04
XYZ61.564179.761412.1507
Yxy79.76140.40110.5197
Hunter Lab89.3092-33.244654.4499
CIE-Lab91.5777-31.083889.1897

#dbf400 color RGB value is (219,244,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110100 00000000
Octal 333 364 0
Decimal 219 244 0
Hex DB F4 0

RGB Percentages of Color #dbf400

%47.30
%52.70
%0.00

CMYK Percentages of Color #dbf400

%10
%0
%100
%4

Triadic Colors of #dbf400

#dbf400 #00dbf4 #f400db

Analogous Colors of #dbf400

#dbf400 #61f400 #f49300

Monochromatic Colors of #dbf400

#dbf400

Complementary Color

#dbf400 #1900f4

#dbf400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf400 Color CSS Codes

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

#dbf400 Text Font Color

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

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


#dbf400 Background Color

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

This div background color is #dbf400


#dbf400 Border Color

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

This div border color is #dbf400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf400


Comments

No comments written yet.

Please login to write comment.