Color Hex Logo

#8abcae Color Hex

#8ABCAE
(138,188,174)
0 Favorites   0 Comments

Color spaces of #8abcae

RGB 138188174
HSL0.450.270.64
HSV163°27°74°
CMYK 0.270.000.07   0.26
XYZ36.104444.425746.7165
Yxy44.42570.28370.3491
Hunter Lab66.6526-19.95215.1007
CIE-Lab72.5121-19.40491.7612

#8abcae color RGB value is (138,188,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111100 10101110
Octal 212 274 256
Decimal 138 188 174
Hex 8A BC AE

RGB Percentages of Color #8abcae

%27.60
%37.60
%34.80

CMYK Percentages of Color #8abcae

%27
%0
%7
%26

Triadic Colors of #8abcae

#8abcae #ae8abc #bcae8a

Analogous Colors of #8abcae

#8abcae #8ab1bc #8abc95

Monochromatic Colors of #8abcae

#8abcae

Complementary Color

#8abcae #bc8a98

#8abcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abcae Color CSS Codes

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

#8abcae Text Font Color

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

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


#8abcae Background Color

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

This div background color is #8abcae


#8abcae Border Color

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

This div border color is #8abcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abcae


Comments

No comments written yet.

Please login to write comment.