Color Hex Logo

#daf71d Color Hex

#DAF71D
(218,247,29)
0 Favorites   0 Comments

Color spaces of #daf71d

RGB 21824729
HSL0.190.930.54
HSV68°88°97°
CMYK 0.120.000.88   0.03
XYZ62.396081.515713.6079
Yxy81.51570.39610.5175
Hunter Lab90.2860-34.640654.2641
CIE-Lab92.3607-32.518986.8348

#daf71d color RGB value is (218,247,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110111 00011101
Octal 332 367 35
Decimal 218 247 29
Hex DA F7 1D

RGB Percentages of Color #daf71d

%44.13
%50.00
%5.87

CMYK Percentages of Color #daf71d

%12
%0
%88
%3

Triadic Colors of #daf71d

#daf71d #1ddaf7 #f71dda

Analogous Colors of #daf71d

#daf71d #6df71d #f7a71d

Monochromatic Colors of #daf71d

#daf71d

Complementary Color

#daf71d #3a1df7

#daf71d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf71d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf71d Color CSS Codes

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

#daf71d Text Font Color

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

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


#daf71d Background Color

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

This div background color is #daf71d


#daf71d Border Color

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

This div border color is #daf71d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf71d


Comments

No comments written yet.

Please login to write comment.