Color Hex Logo

#8aedab Color Hex

#8AEDAB
(138,237,171)
0 Favorites   0 Comments

Color spaces of #8aedab

RGB 138237171
HSL0.390.730.74
HSV140°42°93°
CMYK 0.420.000.28   0.07
XYZ48.116168.911949.2934
Yxy68.91190.28930.4143
Hunter Lab83.0132-41.810922.9027
CIE-Lab86.4604-43.146723.0859

#8aedab color RGB value is (138,237,171).

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

The process color (four color CMYK) of #8aedab color hex is 0.42, 0.00, 0.28, 0.07. Web safe color of #8aedab is #99ff99. Color #8aedab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101101 10101011
Octal 212 355 253
Decimal 138 237 171
Hex 8A ED AB

RGB Percentages of Color #8aedab

%25.27
%43.41
%31.32

CMYK Percentages of Color #8aedab

%42
%0
%28
%7

Triadic Colors of #8aedab

#8aedab #ab8aed #edab8a

Analogous Colors of #8aedab

#8aedab #8aeddd #9bed8a

Monochromatic Colors of #8aedab

#8aedab

Complementary Color

#8aedab #ed8acc

#8aedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aedab Color CSS Codes

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

#8aedab Text Font Color

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

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


#8aedab Background Color

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

This div background color is #8aedab


#8aedab Border Color

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

This div border color is #8aedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aedab


Comments

No comments written yet.

Please login to write comment.