Color Hex Logo

#daf71f Color Hex

#DAF71F
(218,247,31)
0 Favorites   0 Comments

Color spaces of #daf71f

RGB 21824731
HSL0.190.930.55
HSV68°87°97°
CMYK 0.120.000.87   0.03
XYZ62.421581.525913.7424
Yxy81.52590.39580.5170
Hunter Lab90.2917-34.607854.1802
CIE-Lab92.3652-32.479286.5143

#daf71f color RGB value is (218,247,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110111 00011111
Octal 332 367 37
Decimal 218 247 31
Hex DA F7 1F

RGB Percentages of Color #daf71f

%43.95
%49.80
%6.25

CMYK Percentages of Color #daf71f

%12
%0
%87
%3

Triadic Colors of #daf71f

#daf71f #1fdaf7 #f71fda

Analogous Colors of #daf71f

#daf71f #6ef71f #f7a81f

Monochromatic Colors of #daf71f

#daf71f

Complementary Color

#daf71f #3c1ff7

#daf71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf71f Color CSS Codes

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

#daf71f Text Font Color

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

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


#daf71f Background Color

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

This div background color is #daf71f


#daf71f Border Color

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

This div border color is #daf71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf71f


Comments

No comments written yet.

Please login to write comment.