Color Hex Logo

#daf81f Color Hex

#DAF81F
(218,248,31)
0 Favorites   0 Comments

Color spaces of #daf81f

RGB 21824831
HSL0.190.940.55
HSV68°88°97°
CMYK 0.120.000.88   0.03
XYZ62.728282.139213.8446
Yxy82.13920.39520.5175
Hunter Lab90.6307-35.058554.3844
CIE-Lab92.6363-32.936986.7335

#daf81f color RGB value is (218,248,31).

#daf81f hex color red value is 218, green value is 248 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #daf81f hue: 0.19 , saturation: 0.94 and the lightness value of daf81f is 0.55.

The process color (four color CMYK) of #daf81f color hex is 0.12, 0.00, 0.88, 0.03. Web safe color of #daf81f is #ccff33. Color #daf81f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111000 00011111
Octal 332 370 37
Decimal 218 248 31
Hex DA F8 1F

RGB Percentages of Color #daf81f

%43.86
%49.90
%6.24

CMYK Percentages of Color #daf81f

%12
%0
%88
%3

Triadic Colors of #daf81f

#daf81f #1fdaf8 #f81fda

Analogous Colors of #daf81f

#daf81f #6ef81f #f8aa1f

Monochromatic Colors of #daf81f

#daf81f

Complementary Color

#daf81f #3d1ff8

#daf81f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf81f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf81f Color CSS Codes

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

#daf81f Text Font Color

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

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


#daf81f Background Color

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

This div background color is #daf81f


#daf81f Border Color

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

This div border color is #daf81f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf81f


Comments

No comments written yet.

Please login to write comment.