Color Hex Logo

#8aefbe Color Hex

#8AEFBE
(138,239,190)
0 Favorites   0 Comments

Color spaces of #8aefbe

RGB 138239190
HSL0.420.760.74
HSV151°42°94°
CMYK 0.420.000.21   0.06
XYZ50.642070.854059.7223
Yxy70.85400.27950.3910
Hunter Lab84.1748-39.915216.8559
CIE-Lab87.4140-40.402614.5849

#8aefbe color RGB value is (138,239,190).

#8aefbe hex color red value is 138, green value is 239 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8aefbe hue: 0.42 , saturation: 0.76 and the lightness value of 8aefbe is 0.74.

The process color (four color CMYK) of #8aefbe color hex is 0.42, 0.00, 0.21, 0.06. Web safe color of #8aefbe is #99ffcc. Color #8aefbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101111 10111110
Octal 212 357 276
Decimal 138 239 190
Hex 8A EF BE

RGB Percentages of Color #8aefbe

%24.34
%42.15
%33.51

CMYK Percentages of Color #8aefbe

%42
%0
%21
%6

Triadic Colors of #8aefbe

#8aefbe #be8aef #efbe8a

Analogous Colors of #8aefbe

#8aefbe #8aeeef #8aef8c

Monochromatic Colors of #8aefbe

#8aefbe

Complementary Color

#8aefbe #ef8abb

#8aefbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aefbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aefbe Color CSS Codes

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

#8aefbe Text Font Color

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

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


#8aefbe Background Color

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

This div background color is #8aefbe


#8aefbe Border Color

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

This div border color is #8aefbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aefbe


Comments

No comments written yet.

Please login to write comment.