Color Hex Logo

#dbfa0d Color Hex

#DBFA0D
(219,250,13)
0 Favorites   0 Comments

Color spaces of #dbfa0d

RGB 21925013
HSL0.190.960.52
HSV68°95°98°
CMYK 0.120.000.95   0.02
XYZ63.471783.460313.1449
Yxy83.46030.39650.5214
Hunter Lab91.3566-35.857955.4186
CIE-Lab93.2156-33.720889.4560

#dbfa0d color RGB value is (219,250,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 00001101
Octal 333 372 15
Decimal 219 250 13
Hex DB FA D

RGB Percentages of Color #dbfa0d

%45.44
%51.87
%2.70

CMYK Percentages of Color #dbfa0d

%12
%0
%95
%2

Triadic Colors of #dbfa0d

#dbfa0d #0ddbfa #fa0ddb

Analogous Colors of #dbfa0d

#dbfa0d #65fa0d #faa30d

Monochromatic Colors of #dbfa0d

#dbfa0d

Complementary Color

#dbfa0d #2c0dfa

#dbfa0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfa0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfa0d Color CSS Codes

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

#dbfa0d Text Font Color

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

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


#dbfa0d Background Color

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

This div background color is #dbfa0d


#dbfa0d Border Color

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

This div border color is #dbfa0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfa0d

Related Colors


Comments

No comments written yet.

Please login to write comment.