Color Hex Logo

#8aeecc Color Hex

#8AEECC
(138,238,204)
0 Favorites   0 Comments

Color spaces of #8aeecc

RGB 138238204
HSL0.440.750.74
HSV160°42°93°
CMYK 0.420.000.14   0.07
XYZ51.954970.912068.0758
Yxy70.91200.27210.3714
Hunter Lab84.2093-37.236411.0157
CIE-Lab87.4422-37.05127.3311

#8aeecc color RGB value is (138,238,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101110 11001100
Octal 212 356 314
Decimal 138 238 204
Hex 8A EE CC

RGB Percentages of Color #8aeecc

%23.79
%41.03
%35.17

CMYK Percentages of Color #8aeecc

%42
%0
%14
%7

Triadic Colors of #8aeecc

#8aeecc #cc8aee #eecc8a

Analogous Colors of #8aeecc

#8aeecc #8adeee #8aee9a

Monochromatic Colors of #8aeecc

#8aeecc

Complementary Color

#8aeecc #ee8aac

#8aeecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeecc Color CSS Codes

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

#8aeecc Text Font Color

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

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


#8aeecc Background Color

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

This div background color is #8aeecc


#8aeecc Border Color

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

This div border color is #8aeecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeecc


Comments

No comments written yet.

Please login to write comment.