Color Hex Logo

#dafe3e Color Hex

#DAFE3E
(218,254,62)
0 Favorites   0 Comments

Color spaces of #dafe3e

RGB 21825462
HSL0.200.990.62
HSV71°76°100°
CMYK 0.140.000.76   0.00
XYZ65.224886.136817.7458
Yxy86.13680.38570.5094
Hunter Lab92.8099-36.971453.6303
CIE-Lab94.3708-34.713081.0478

#dafe3e color RGB value is (218,254,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 00111110
Octal 332 376 76
Decimal 218 254 62
Hex DA FE 3E

RGB Percentages of Color #dafe3e

%40.82
%47.57
%11.61

CMYK Percentages of Color #dafe3e

%14
%0
%76
%0

Triadic Colors of #dafe3e

#dafe3e #3edafe #fe3eda

Analogous Colors of #dafe3e

#dafe3e #7afe3e #fec23e

Monochromatic Colors of #dafe3e

#dafe3e

Complementary Color

#dafe3e #623efe

#dafe3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafe3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafe3e Color CSS Codes

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

#dafe3e Text Font Color

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

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


#dafe3e Background Color

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

This div background color is #dafe3e


#dafe3e Border Color

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

This div border color is #dafe3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafe3e


Comments

No comments written yet.

Please login to write comment.