Color Hex Logo

#dafb1a Color Hex

#DAFB1A
(218,251,26)
0 Favorites   0 Comments

Color spaces of #dafb1a

RGB 21825126
HSL0.190.970.54
HSV69°90°98°
CMYK 0.130.000.90   0.02
XYZ63.597183.974413.8340
Yxy83.97440.39400.5203
Hunter Lab91.6375-36.485555.1956
CIE-Lab93.4394-34.397888.1439

#dafb1a color RGB value is (218,251,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 00011010
Octal 332 373 32
Decimal 218 251 26
Hex DA FB 1A

RGB Percentages of Color #dafb1a

%44.04
%50.71
%5.25

CMYK Percentages of Color #dafb1a

%13
%0
%90
%2

Triadic Colors of #dafb1a

#dafb1a #1adafb #fb1ada

Analogous Colors of #dafb1a

#dafb1a #6afb1a #fbac1a

Monochromatic Colors of #dafb1a

#dafb1a

Complementary Color

#dafb1a #3b1afb

#dafb1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafb1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafb1a Color CSS Codes

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

#dafb1a Text Font Color

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

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


#dafb1a Background Color

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

This div background color is #dafb1a


#dafb1a Border Color

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

This div border color is #dafb1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafb1a


Comments

No comments written yet.

Please login to write comment.