Color Hex Logo

#daf43e Color Hex

#DAF43E
(218,244,62)
0 Favorites   0 Comments

Color spaces of #daf43e

RGB 21824462
HSL0.190.890.60
HSV69°75°96°
CMYK 0.110.000.75   0.04
XYZ62.133679.954616.7154
Yxy79.95460.39130.5035
Hunter Lab89.4173-32.445751.5086
CIE-Lab91.6645-30.128078.5384

#daf43e color RGB value is (218,244,62).

#daf43e hex color red value is 218, green value is 244 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #daf43e hue: 0.19 , saturation: 0.89 and the lightness value of daf43e is 0.60.

The process color (four color CMYK) of #daf43e color hex is 0.11, 0.00, 0.75, 0.04. Web safe color of #daf43e is #ccff33. Color #daf43e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110100 00111110
Octal 332 364 76
Decimal 218 244 62
Hex DA F4 3E

RGB Percentages of Color #daf43e

%41.60
%46.56
%11.83

CMYK Percentages of Color #daf43e

%11
%0
%75
%4

Triadic Colors of #daf43e

#daf43e #3edaf4 #f43eda

Analogous Colors of #daf43e

#daf43e #7ff43e #f4b33e

Monochromatic Colors of #daf43e

#daf43e

Complementary Color

#daf43e #583ef4

#daf43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf43e Color CSS Codes

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

#daf43e Text Font Color

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

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


#daf43e Background Color

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

This div background color is #daf43e


#daf43e Border Color

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

This div border color is #daf43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf43e


Comments

No comments written yet.

Please login to write comment.