Color Hex Logo

#dafa19 Color Hex

#DAFA19
(218,250,25)
0 Favorites   0 Comments

Color spaces of #dafa19

RGB 21825025
HSL0.190.960.54
HSV69°90°98°
CMYK 0.130.000.90   0.02
XYZ63.274583.346813.6723
Yxy83.34680.39470.5200
Hunter Lab91.2945-36.050355.0268
CIE-Lab93.1661-33.960488.0659

#dafa19 color RGB value is (218,250,25).

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

The process color (four color CMYK) of #dafa19 color hex is 0.13, 0.00, 0.90, 0.02. Web safe color of #dafa19 is #ccff00. Color #dafa19 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 00011001
Octal 332 372 31
Decimal 218 250 25
Hex DA FA 19

RGB Percentages of Color #dafa19

%44.22
%50.71
%5.07

CMYK Percentages of Color #dafa19

%13
%0
%90
%2

Triadic Colors of #dafa19

#dafa19 #19dafa #fa19da

Analogous Colors of #dafa19

#dafa19 #6afa19 #faaa19

Monochromatic Colors of #dafa19

#dafa19

Complementary Color

#dafa19 #3919fa

#dafa19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafa19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafa19 Color CSS Codes

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

#dafa19 Text Font Color

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

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


#dafa19 Background Color

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

This div background color is #dafa19


#dafa19 Border Color

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

This div border color is #dafa19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafa19


Comments

No comments written yet.

Please login to write comment.