Color Hex Logo

#a8fead Color Hex

#A8FEAD
(168,254,173)
0 Favorites   0 Comments

Color spaces of #a8fead

RGB 168254173
HSL0.340.980.83
HSV123°34°100°
CMYK 0.340.000.32   0.00
XYZ59.133182.225652.2896
Yxy82.22560.30540.4246
Hunter Lab90.6783-42.283829.2853
CIE-Lab92.6743-41.581630.7491

#a8fead color RGB value is (168,254,173).

#a8fead hex color red value is 168, green value is 254 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a8fead hue: 0.34 , saturation: 0.98 and the lightness value of a8fead is 0.83.

The process color (four color CMYK) of #a8fead color hex is 0.34, 0.00, 0.32, 0.00. Web safe color of #a8fead is #99ff99. Color #a8fead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111110 10101101
Octal 250 376 255
Decimal 168 254 173
Hex A8 FE AD

RGB Percentages of Color #a8fead

%28.24
%42.69
%29.08

CMYK Percentages of Color #a8fead

%34
%0
%32
%0

Triadic Colors of #a8fead

#a8fead #ada8fe #feada8

Analogous Colors of #a8fead

#a8fead #a8fed8 #cefea8

Monochromatic Colors of #a8fead

#a8fead

Complementary Color

#a8fead #fea8f9

#a8fead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fead Color CSS Codes

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

#a8fead Text Font Color

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

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


#a8fead Background Color

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

This div background color is #a8fead


#a8fead Border Color

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

This div border color is #a8fead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fead


Comments

No comments written yet.

Please login to write comment.