Color Hex Logo

#dafe7a Color Hex

#DAFE7A
(218,254,122)
0 Favorites   0 Comments

Color spaces of #dafe7a

RGB 218254122
HSL0.210.990.74
HSV76°52°100°
CMYK 0.140.000.52   0.00
XYZ67.868187.194231.6655
Yxy87.19420.36350.4670
Hunter Lab93.3778-33.675345.2586
CIE-Lab94.8206-30.772958.5630

#dafe7a color RGB value is (218,254,122).

#dafe7a hex color red value is 218, green value is 254 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dafe7a hue: 0.21 , saturation: 0.99 and the lightness value of dafe7a is 0.74.

The process color (four color CMYK) of #dafe7a color hex is 0.14, 0.00, 0.52, 0.00. Web safe color of #dafe7a is #ccff66. Color #dafe7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 01111010
Octal 332 376 172
Decimal 218 254 122
Hex DA FE 7A

RGB Percentages of Color #dafe7a

%36.70
%42.76
%20.54

CMYK Percentages of Color #dafe7a

%14
%0
%52
%0

Triadic Colors of #dafe7a

#dafe7a #7adafe #fe7ada

Analogous Colors of #dafe7a

#dafe7a #98fe7a #fee07a

Monochromatic Colors of #dafe7a

#dafe7a

Complementary Color

#dafe7a #9e7afe

#dafe7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafe7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafe7a Color CSS Codes

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

#dafe7a Text Font Color

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

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


#dafe7a Background Color

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

This div background color is #dafe7a


#dafe7a Border Color

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

This div border color is #dafe7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafe7a


Comments

No comments written yet.

Please login to write comment.