Color Hex Logo

#8aebae Color Hex

#8AEBAE
(138,235,174)
0 Favorites   0 Comments

Color spaces of #8aebae

RGB 138235174
HSL0.400.710.73
HSV142°41°92°
CMYK 0.410.000.26   0.08
XYZ47.829567.875950.6249
Yxy67.87590.28760.4081
Hunter Lab82.3868-40.549221.2384
CIE-Lab85.9444-41.715120.8257

#8aebae color RGB value is (138,235,174).

#8aebae hex color red value is 138, green value is 235 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8aebae hue: 0.40 , saturation: 0.71 and the lightness value of 8aebae is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101011 10101110
Octal 212 353 256
Decimal 138 235 174
Hex 8A EB AE

RGB Percentages of Color #8aebae

%25.23
%42.96
%31.81

CMYK Percentages of Color #8aebae

%41
%0
%26
%8

Triadic Colors of #8aebae

#8aebae #ae8aeb #ebae8a

Analogous Colors of #8aebae

#8aebae #8aebdf #97eb8a

Monochromatic Colors of #8aebae

#8aebae

Complementary Color

#8aebae #eb8ac7

#8aebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aebae Color CSS Codes

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

#8aebae Text Font Color

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

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


#8aebae Background Color

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

This div background color is #8aebae


#8aebae Border Color

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

This div border color is #8aebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aebae


Comments

No comments written yet.

Please login to write comment.