Color Hex Logo

#8aeeaf Color Hex

#8AEEAF
(138,238,175)
0 Favorites   0 Comments

Color spaces of #8aeeaf

RGB 138238175
HSL0.400.750.74
HSV142°42°93°
CMYK 0.420.000.26   0.07
XYZ48.793669.647551.4291
Yxy69.64750.28720.4100
Hunter Lab83.4551-41.683021.8812
CIE-Lab86.8237-42.850921.5257

#8aeeaf color RGB value is (138,238,175).

#8aeeaf hex color red value is 138, green value is 238 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8aeeaf hue: 0.40 , saturation: 0.75 and the lightness value of 8aeeaf is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101110 10101111
Octal 212 356 257
Decimal 138 238 175
Hex 8A EE AF

RGB Percentages of Color #8aeeaf

%25.05
%43.19
%31.76

CMYK Percentages of Color #8aeeaf

%42
%0
%26
%7

Triadic Colors of #8aeeaf

#8aeeaf #af8aee #eeaf8a

Analogous Colors of #8aeeaf

#8aeeaf #8aeee1 #97ee8a

Monochromatic Colors of #8aeeaf

#8aeeaf

Complementary Color

#8aeeaf #ee8ac9

#8aeeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeeaf Color CSS Codes

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

#8aeeaf Text Font Color

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

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


#8aeeaf Background Color

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

This div background color is #8aeeaf


#8aeeaf Border Color

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

This div border color is #8aeeaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,238,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeeaf


Comments

No comments written yet.

Please login to write comment.