Color Hex Logo

#8abfae Color Hex

#8ABFAE
(138,191,174)
0 Favorites   0 Comments

Color spaces of #8abfae

RGB 138191174
HSL0.450.290.65
HSV161°28°75°
CMYK 0.280.000.09   0.25
XYZ36.752045.720946.9324
Yxy45.72090.28400.3533
Hunter Lab67.6172-21.31006.1795
CIE-Lab73.3641-20.92492.9981

#8abfae color RGB value is (138,191,174).

#8abfae hex color red value is 138, green value is 191 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8abfae hue: 0.45 , saturation: 0.29 and the lightness value of 8abfae is 0.65.

The process color (four color CMYK) of #8abfae color hex is 0.28, 0.00, 0.09, 0.25. Web safe color of #8abfae is #99cc99. Color #8abfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111111 10101110
Octal 212 277 256
Decimal 138 191 174
Hex 8A BF AE

RGB Percentages of Color #8abfae

%27.44
%37.97
%34.59

CMYK Percentages of Color #8abfae

%28
%0
%9
%25

Triadic Colors of #8abfae

#8abfae #ae8abf #bfae8a

Analogous Colors of #8abfae

#8abfae #8ab6bf #8abf94

Monochromatic Colors of #8abfae

#8abfae

Complementary Color

#8abfae #bf8a9b

#8abfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abfae Color CSS Codes

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

#8abfae Text Font Color

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

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


#8abfae Background Color

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

This div background color is #8abfae


#8abfae Border Color

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

This div border color is #8abfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abfae


Comments

No comments written yet.

Please login to write comment.