Color Hex Logo

#dafe70 Color Hex

#DAFE70
(218,254,112)
0 Favorites   0 Comments

Color spaces of #dafe70

RGB 218254112
HSL0.210.990.72
HSV75°56°100°
CMYK 0.140.000.56   0.00
XYZ67.279986.958928.5680
Yxy86.95890.36800.4757
Hunter Lab93.2518-34.405247.1125
CIE-Lab94.7208-31.637662.8607

#dafe70 color RGB value is (218,254,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 01110000
Octal 332 376 160
Decimal 218 254 112
Hex DA FE 70

RGB Percentages of Color #dafe70

%37.33
%43.49
%19.18

CMYK Percentages of Color #dafe70

%14
%0
%56
%0

Triadic Colors of #dafe70

#dafe70 #70dafe #fe70da

Analogous Colors of #dafe70

#dafe70 #93fe70 #fedb70

Monochromatic Colors of #dafe70

#dafe70

Complementary Color

#dafe70 #9470fe

#dafe70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafe70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafe70 Color CSS Codes

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

#dafe70 Text Font Color

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

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


#dafe70 Background Color

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

This div background color is #dafe70


#dafe70 Border Color

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

This div border color is #dafe70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafe70

Related Colors


Comments

No comments written yet.

Please login to write comment.