Color Hex Logo

#8aeedf Color Hex

#8AEEDF
(138,238,223)
0 Favorites   0 Comments

Color spaces of #8aeedf

RGB 138238223
HSL0.480.750.74
HSV171°42°93°
CMYK 0.420.000.06   0.07
XYZ54.375171.880180.8204
Yxy71.88010.26260.3471
Hunter Lab84.7821-33.88762.8280
CIE-Lab87.9108-32.8191-1.9289

#8aeedf color RGB value is (138,238,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101110 11011111
Octal 212 356 337
Decimal 138 238 223
Hex 8A EE DF

RGB Percentages of Color #8aeedf

%23.04
%39.73
%37.23

CMYK Percentages of Color #8aeedf

%42
%0
%6
%7

Triadic Colors of #8aeedf

#8aeedf #df8aee #eedf8a

Analogous Colors of #8aeedf

#8aeedf #8acbee #8aeead

Monochromatic Colors of #8aeedf

#8aeedf

Complementary Color

#8aeedf #ee8a99

#8aeedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeedf Color CSS Codes

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

#8aeedf Text Font Color

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

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


#8aeedf Background Color

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

This div background color is #8aeedf


#8aeedf Border Color

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

This div border color is #8aeedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeedf


Comments

No comments written yet.

Please login to write comment.