Color Hex Logo

#8aeebe Color Hex

#8AEEBE
(138,238,190)
0 Favorites   0 Comments

Color spaces of #8aeebe

RGB 138238190
HSL0.420.750.74
HSV151°42°93°
CMYK 0.420.000.20   0.07
XYZ50.350070.270159.6249
Yxy70.27010.27930.3899
Hunter Lab83.8273-39.483516.5071
CIE-Lab87.1292-39.955414.1828

#8aeebe color RGB value is (138,238,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101110 10111110
Octal 212 356 276
Decimal 138 238 190
Hex 8A EE BE

RGB Percentages of Color #8aeebe

%24.38
%42.05
%33.57

CMYK Percentages of Color #8aeebe

%42
%0
%20
%7

Triadic Colors of #8aeebe

#8aeebe #be8aee #eebe8a

Analogous Colors of #8aeebe

#8aeebe #8aecee #8aee8c

Monochromatic Colors of #8aeebe

#8aeebe

Complementary Color

#8aeebe #ee8aba

#8aeebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeebe Color CSS Codes

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

#8aeebe Text Font Color

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

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


#8aeebe Background Color

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

This div background color is #8aeebe


#8aeebe Border Color

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

This div border color is #8aeebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeebe


Comments

No comments written yet.

Please login to write comment.