Color Hex Logo

#a8eaba Color Hex

#A8EABA
(168,234,186)
0 Favorites   0 Comments

Color spaces of #a8eaba

RGB 168234186
HSL0.380.610.79
HSV136°28°92°
CMYK 0.280.000.21   0.08
XYZ54.434270.715657.2349
Yxy70.71560.29850.3877
Hunter Lab84.0926-31.616718.5110
CIE-Lab87.3466-30.236916.7739

#a8eaba color RGB value is (168,234,186).

#a8eaba hex color red value is 168, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a8eaba hue: 0.38 , saturation: 0.61 and the lightness value of a8eaba is 0.79.

The process color (four color CMYK) of #a8eaba color hex is 0.28, 0.00, 0.21, 0.08. Web safe color of #a8eaba is #99ffcc. Color #a8eaba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11101010 10111010
Octal 250 352 272
Decimal 168 234 186
Hex A8 EA BA

RGB Percentages of Color #a8eaba

%28.57
%39.80
%31.63

CMYK Percentages of Color #a8eaba

%28
%0
%21
%8

Triadic Colors of #a8eaba

#a8eaba #baa8ea #eabaa8

Analogous Colors of #a8eaba

#a8eaba #a8eadb #b7eaa8

Monochromatic Colors of #a8eaba

#a8eaba

Complementary Color

#a8eaba #eaa8d8

#a8eaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8eaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8eaba Color CSS Codes

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

#a8eaba Text Font Color

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

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


#a8eaba Background Color

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

This div background color is #a8eaba


#a8eaba Border Color

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

This div border color is #a8eaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8eaba


Comments

No comments written yet.

Please login to write comment.