Color Hex Logo

#8abeae Color Hex

#8ABEAE
(138,190,174)
0 Favorites   0 Comments

Color spaces of #8abeae

RGB 138190174
HSL0.450.290.64
HSV162°27°75°
CMYK 0.270.000.08   0.25
XYZ36.534745.286246.8599
Yxy45.28620.28390.3519
Hunter Lab67.2950-20.85805.8208
CIE-Lab73.0799-20.41962.5861

#8abeae color RGB value is (138,190,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111110 10101110
Octal 212 276 256
Decimal 138 190 174
Hex 8A BE AE

RGB Percentages of Color #8abeae

%27.49
%37.85
%34.66

CMYK Percentages of Color #8abeae

%27
%0
%8
%25

Triadic Colors of #8abeae

#8abeae #ae8abe #beae8a

Analogous Colors of #8abeae

#8abeae #8ab4be #8abe94

Monochromatic Colors of #8abeae

#8abeae

Complementary Color

#8abeae #be8a9a

#8abeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abeae Color CSS Codes

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

#8abeae Text Font Color

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

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


#8abeae Background Color

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

This div background color is #8abeae


#8abeae Border Color

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

This div border color is #8abeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abeae


Comments

No comments written yet.

Please login to write comment.