Color Hex Logo

#dafea0 Color Hex

#DAFEA0
(218,254,160)
0 Favorites   0 Comments

Color spaces of #dafea0

RGB 218254160
HSL0.230.980.81
HSV83°37°100°
CMYK 0.140.000.37   0.00
XYZ70.700488.327146.5802
Yxy88.32710.34390.4296
Hunter Lab93.9825-30.188836.4021
CIE-Lab95.2985-26.700541.1949

#dafea0 color RGB value is (218,254,160).

#dafea0 hex color red value is 218, green value is 254 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #dafea0 hue: 0.23 , saturation: 0.98 and the lightness value of dafea0 is 0.81.

The process color (four color CMYK) of #dafea0 color hex is 0.14, 0.00, 0.37, 0.00. Web safe color of #dafea0 is #ccff99. Color #dafea0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 10100000
Octal 332 376 240
Decimal 218 254 160
Hex DA FE A0

RGB Percentages of Color #dafea0

%34.49
%40.19
%25.32

CMYK Percentages of Color #dafea0

%14
%0
%37
%0

Triadic Colors of #dafea0

#dafea0 #a0dafe #fea0da

Analogous Colors of #dafea0

#dafea0 #abfea0 #fef3a0

Monochromatic Colors of #dafea0

#dafea0

Complementary Color

#dafea0 #c4a0fe

#dafea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafea0 Color CSS Codes

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

#dafea0 Text Font Color

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

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


#dafea0 Background Color

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

This div background color is #dafea0


#dafea0 Border Color

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

This div border color is #dafea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafea0

Related Colors


Comments

No comments written yet.

Please login to write comment.