Color Hex Logo

#dafe2a Color Hex

#DAFE2A
(218,254,42)
0 Favorites   0 Comments

Color spaces of #dafe2a

RGB 21825442
HSL0.190.990.58
HSV70°83°100°
CMYK 0.140.000.83   0.00
XYZ64.773285.956215.3678
Yxy85.95620.39000.5175
Hunter Lab92.7126-37.538855.0710
CIE-Lab94.2936-35.400586.0303

#dafe2a color RGB value is (218,254,42).

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

The process color (four color CMYK) of #dafe2a color hex is 0.14, 0.00, 0.83, 0.00. Web safe color of #dafe2a is #ccff33. Color #dafe2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 00101010
Octal 332 376 52
Decimal 218 254 42
Hex DA FE 2A

RGB Percentages of Color #dafe2a

%42.41
%49.42
%8.17

CMYK Percentages of Color #dafe2a

%14
%0
%83
%0

Triadic Colors of #dafe2a

#dafe2a #2adafe #fe2ada

Analogous Colors of #dafe2a

#dafe2a #70fe2a #feb82a

Monochromatic Colors of #dafe2a

#dafe2a

Complementary Color

#dafe2a #4e2afe

#dafe2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafe2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafe2a Color CSS Codes

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

#dafe2a Text Font Color

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

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


#dafe2a Background Color

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

This div background color is #dafe2a


#dafe2a Border Color

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

This div border color is #dafe2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafe2a


Comments

No comments written yet.

Please login to write comment.