Color Hex Logo

#8aeed3 Color Hex

#8AEED3
(138,238,211)
0 Favorites   0 Comments

Color spaces of #8aeed3

RGB 138238211
HSL0.460.750.74
HSV164°42°93°
CMYK 0.420.000.11   0.07
XYZ52.813671.255572.5981
Yxy71.25550.26850.3623
Hunter Lab84.4130-36.04298.0976
CIE-Lab87.6090-35.52993.9125

#8aeed3 color RGB value is (138,238,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101110 11010011
Octal 212 356 323
Decimal 138 238 211
Hex 8A EE D3

RGB Percentages of Color #8aeed3

%23.51
%40.55
%35.95

CMYK Percentages of Color #8aeed3

%42
%0
%11
%7

Triadic Colors of #8aeed3

#8aeed3 #d38aee #eed38a

Analogous Colors of #8aeed3

#8aeed3 #8ad7ee #8aeea1

Monochromatic Colors of #8aeed3

#8aeed3

Complementary Color

#8aeed3 #ee8aa5

#8aeed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeed3 Color CSS Codes

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

#8aeed3 Text Font Color

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

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


#8aeed3 Background Color

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

This div background color is #8aeed3


#8aeed3 Border Color

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

This div border color is #8aeed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeed3


Comments

No comments written yet.

Please login to write comment.