Color Hex Logo

#8aeaad Color Hex

#8AEAAD
(138,234,173)
0 Favorites   0 Comments

Color spaces of #8aeaad

RGB 138234173
HSL0.390.700.73
HSV142°41°92°
CMYK 0.410.000.26   0.08
XYZ47.446967.266050.0181
Yxy67.26600.28800.4083
Hunter Lab82.0159-40.263921.2526
CIE-Lab85.6381-41.458320.9192

#8aeaad color RGB value is (138,234,173).

#8aeaad hex color red value is 138, green value is 234 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8aeaad hue: 0.39 , saturation: 0.70 and the lightness value of 8aeaad is 0.73.

The process color (four color CMYK) of #8aeaad color hex is 0.41, 0.00, 0.26, 0.08. Web safe color of #8aeaad is #99ff99. Color #8aeaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101010 10101101
Octal 212 352 255
Decimal 138 234 173
Hex 8A EA AD

RGB Percentages of Color #8aeaad

%25.32
%42.94
%31.74

CMYK Percentages of Color #8aeaad

%41
%0
%26
%8

Triadic Colors of #8aeaad

#8aeaad #ad8aea #eaad8a

Analogous Colors of #8aeaad

#8aeaad #8aeadd #97ea8a

Monochromatic Colors of #8aeaad

#8aeaad

Complementary Color

#8aeaad #ea8ac7

#8aeaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeaad Color CSS Codes

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

#8aeaad Text Font Color

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

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


#8aeaad Background Color

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

This div background color is #8aeaad


#8aeaad Border Color

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

This div border color is #8aeaad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,234,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8aeaad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8aeaad;
  -webkit-box-shadow: 1px 1px 3px 2px #8aeaad;
  box-shadow:         1px 1px 3px 2px #8aeaad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,234,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 #8aeaad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeaad


Comments

No comments written yet.

Please login to write comment.