Color Hex Logo

#a8eabc Color Hex

#A8EABC
(168,234,188)
0 Favorites   0 Comments

Color spaces of #a8eabc

RGB 168234188
HSL0.380.610.79
HSV138°28°92°
CMYK 0.280.000.20   0.08
XYZ54.648470.801358.3627
Yxy70.80130.29730.3852
Hunter Lab84.1435-31.321317.7764
CIE-Lab87.3884-29.872915.7926

#a8eabc color RGB value is (168,234,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11101010 10111100
Octal 250 352 274
Decimal 168 234 188
Hex A8 EA BC

RGB Percentages of Color #a8eabc

%28.47
%39.66
%31.86

CMYK Percentages of Color #a8eabc

%28
%0
%20
%8

Triadic Colors of #a8eabc

#a8eabc #bca8ea #eabca8

Analogous Colors of #a8eabc

#a8eabc #a8eadd #b5eaa8

Monochromatic Colors of #a8eabc

#a8eabc

Complementary Color

#a8eabc #eaa8d6

#a8eabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8eabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8eabc Color CSS Codes

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

#a8eabc Text Font Color

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

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


#a8eabc Background Color

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

This div background color is #a8eabc


#a8eabc Border Color

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

This div border color is #a8eabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8eabc


Comments

No comments written yet.

Please login to write comment.