Color Hex Logo

#daf11a Color Hex

#DAF11A
(218,241,26)
0 Favorites   0 Comments

Color spaces of #daf11a

RGB 21824126
HSL0.180.880.52
HSV66°89°95°
CMYK 0.100.000.89   0.05
XYZ60.555277.890612.8201
Yxy77.89060.40030.5149
Hunter Lab88.2557-31.972553.1664
CIE-Lab90.7300-29.806085.9914

#daf11a color RGB value is (218,241,26).

#daf11a hex color red value is 218, green value is 241 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #daf11a hue: 0.18 , saturation: 0.88 and the lightness value of daf11a is 0.52.

The process color (four color CMYK) of #daf11a color hex is 0.10, 0.00, 0.89, 0.05. Web safe color of #daf11a is #ccff33. Color #daf11a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110001 00011010
Octal 332 361 32
Decimal 218 241 26
Hex DA F1 1A

RGB Percentages of Color #daf11a

%44.95
%49.69
%5.36

CMYK Percentages of Color #daf11a

%10
%0
%89
%5

Triadic Colors of #daf11a

#daf11a #1adaf1 #f11ada

Analogous Colors of #daf11a

#daf11a #6ff11a #f19d1a

Monochromatic Colors of #daf11a

#daf11a

Complementary Color

#daf11a #311af1

#daf11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf11a Color CSS Codes

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

#daf11a Text Font Color

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

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


#daf11a Background Color

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

This div background color is #daf11a


#daf11a Border Color

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

This div border color is #daf11a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,241,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 #daf11a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf11a


Comments

No comments written yet.

Please login to write comment.