Color Hex Logo

#8aeee1 Color Hex

#8AEEE1
(138,238,225)
0 Favorites   0 Comments

Color spaces of #8aeee1

RGB 138238225
HSL0.480.750.74
HSV172°42°93°
CMYK 0.420.000.05   0.07
XYZ54.646471.988682.2492
Yxy71.98860.26160.3446
Hunter Lab84.8461-33.51511.9170
CIE-Lab87.9631-32.3552-2.8996

#8aeee1 color RGB value is (138,238,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101110 11100001
Octal 212 356 341
Decimal 138 238 225
Hex 8A EE E1

RGB Percentages of Color #8aeee1

%22.96
%39.60
%37.44

CMYK Percentages of Color #8aeee1

%42
%0
%5
%7

Triadic Colors of #8aeee1

#8aeee1 #e18aee #eee18a

Analogous Colors of #8aeee1

#8aeee1 #8ac9ee #8aeeaf

Monochromatic Colors of #8aeee1

#8aeee1

Complementary Color

#8aeee1 #ee8a97

#8aeee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeee1 Color CSS Codes

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

#8aeee1 Text Font Color

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

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


#8aeee1 Background Color

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

This div background color is #8aeee1


#8aeee1 Border Color

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

This div border color is #8aeee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeee1


Comments

No comments written yet.

Please login to write comment.