Color Hex Logo

#8aebbe Color Hex

#8AEBBE
(138,235,190)
0 Favorites   0 Comments

Color spaces of #8aebbe

RGB 138235190
HSL0.420.710.73
HSV152°41°92°
CMYK 0.410.000.19   0.08
XYZ49.483868.537659.3362
Yxy68.53760.27900.3864
Hunter Lab82.7874-38.184815.4563
CIE-Lab86.2746-38.605112.9739

#8aebbe color RGB value is (138,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101011 10111110
Octal 212 353 276
Decimal 138 235 190
Hex 8A EB BE

RGB Percentages of Color #8aebbe

%24.51
%41.74
%33.75

CMYK Percentages of Color #8aebbe

%41
%0
%19
%8

Triadic Colors of #8aebbe

#8aebbe #be8aeb #ebbe8a

Analogous Colors of #8aebbe

#8aebbe #8ae8eb #8aeb8e

Monochromatic Colors of #8aebbe

#8aebbe

Complementary Color

#8aebbe #eb8ab7

#8aebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aebbe Color CSS Codes

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

#8aebbe Text Font Color

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

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


#8aebbe Background Color

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

This div background color is #8aebbe


#8aebbe Border Color

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

This div border color is #8aebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aebbe


Comments

No comments written yet.

Please login to write comment.