Color Hex Logo

#daf73e Color Hex

#DAF73E
(218,247,62)
0 Favorites   0 Comments

Color spaces of #daf73e

RGB 21824762
HSL0.190.920.61
HSV69°75°97°
CMYK 0.120.000.75   0.03
XYZ63.043781.774817.0188
Yxy81.77480.38950.5053
Hunter Lab90.4294-33.808652.1422
CIE-Lab92.4754-31.514879.2925

#daf73e color RGB value is (218,247,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110111 00111110
Octal 332 367 76
Decimal 218 247 62
Hex DA F7 3E

RGB Percentages of Color #daf73e

%41.37
%46.87
%11.76

CMYK Percentages of Color #daf73e

%12
%0
%75
%3

Triadic Colors of #daf73e

#daf73e #3edaf7 #f73eda

Analogous Colors of #daf73e

#daf73e #7ef73e #f7b83e

Monochromatic Colors of #daf73e

#daf73e

Complementary Color

#daf73e #5b3ef7

#daf73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf73e Color CSS Codes

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

#daf73e Text Font Color

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

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


#daf73e Background Color

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

This div background color is #daf73e


#daf73e Border Color

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

This div border color is #daf73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf73e


Comments

No comments written yet.

Please login to write comment.