Color Hex Logo

#8ae6ab Color Hex

#8AE6AB
(138,230,171)
0 Favorites   0 Comments

Color spaces of #8ae6ab

RGB 138230171
HSL0.390.650.72
HSV142°40°90°
CMYK 0.400.000.26   0.10
XYZ46.128764.937248.6310
Yxy64.93720.28890.4066
Hunter Lab80.5836-38.842120.6279
CIE-Lab84.4514-40.050920.3131

#8ae6ab color RGB value is (138,230,171).

#8ae6ab hex color red value is 138, green value is 230 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8ae6ab hue: 0.39 , saturation: 0.65 and the lightness value of 8ae6ab is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11100110 10101011
Octal 212 346 253
Decimal 138 230 171
Hex 8A E6 AB

RGB Percentages of Color #8ae6ab

%25.60
%42.67
%31.73

CMYK Percentages of Color #8ae6ab

%40
%0
%26
%10

Triadic Colors of #8ae6ab

#8ae6ab #ab8ae6 #e6ab8a

Analogous Colors of #8ae6ab

#8ae6ab #8ae6d9 #97e68a

Monochromatic Colors of #8ae6ab

#8ae6ab

Complementary Color

#8ae6ab #e68ac5

#8ae6ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ae6ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ae6ab Color CSS Codes

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

#8ae6ab Text Font Color

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

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


#8ae6ab Background Color

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

This div background color is #8ae6ab


#8ae6ab Border Color

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

This div border color is #8ae6ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ae6ab


Comments

No comments written yet.

Please login to write comment.