Color Hex Logo

#dafe4e Color Hex

#DAFE4E
(218,254,78)
0 Favorites   0 Comments

Color spaces of #dafe4e

RGB 21825478
HSL0.200.990.65
HSV72°69°100°
CMYK 0.140.000.69   0.00
XYZ65.730486.339120.4085
Yxy86.33910.38110.5006
Hunter Lab92.9188-36.337852.0209
CIE-Lab94.4571-33.948675.9851

#dafe4e color RGB value is (218,254,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 01001110
Octal 332 376 116
Decimal 218 254 78
Hex DA FE 4E

RGB Percentages of Color #dafe4e

%39.64
%46.18
%14.18

CMYK Percentages of Color #dafe4e

%14
%0
%69
%0

Triadic Colors of #dafe4e

#dafe4e #4edafe #fe4eda

Analogous Colors of #dafe4e

#dafe4e #82fe4e #feca4e

Monochromatic Colors of #dafe4e

#dafe4e

Complementary Color

#dafe4e #724efe

#dafe4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafe4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafe4e Color CSS Codes

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

#dafe4e Text Font Color

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

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


#dafe4e Background Color

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

This div background color is #dafe4e


#dafe4e Border Color

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

This div border color is #dafe4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafe4e

Related Colors


Comments

No comments written yet.

Please login to write comment.