Color Hex Logo

#a8ffad Color Hex

#A8FFAD
(168,255,173)
0 Favorites   0 Comments

Color spaces of #a8ffad

RGB 168255173
HSL0.341.000.83
HSV123°34°100°
CMYK 0.340.000.32   0.00
XYZ59.451382.862052.3957
Yxy82.86200.30530.4256
Hunter Lab91.0286-42.720629.5929
CIE-Lab92.9540-42.022731.1254

#a8ffad color RGB value is (168,255,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111111 10101101
Octal 250 377 255
Decimal 168 255 173
Hex A8 FF AD

RGB Percentages of Color #a8ffad

%28.19
%42.79
%29.03

CMYK Percentages of Color #a8ffad

%34
%0
%32
%0

Triadic Colors of #a8ffad

#a8ffad #ada8ff #ffada8

Analogous Colors of #a8ffad

#a8ffad #a8ffd9 #cfffa8

Monochromatic Colors of #a8ffad

#a8ffad

Complementary Color

#a8ffad #ffa8fa

#a8ffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ffad Color CSS Codes

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

#a8ffad Text Font Color

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

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


#a8ffad Background Color

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

This div background color is #a8ffad


#a8ffad Border Color

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

This div border color is #a8ffad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ffad


Comments

No comments written yet.

Please login to write comment.