Color Hex Logo

#8aeecd Color Hex

#8AEECD
(138,238,205)
0 Favorites   0 Comments

Color spaces of #8aeecd

RGB 138238205
HSL0.450.750.74
HSV160°42°93°
CMYK 0.420.000.14   0.07
XYZ52.075270.960168.7096
Yxy70.96010.27160.3701
Hunter Lab84.2378-37.068810.6059
CIE-Lab87.4656-36.83676.8423

#8aeecd color RGB value is (138,238,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101110 11001101
Octal 212 356 315
Decimal 138 238 205
Hex 8A EE CD

RGB Percentages of Color #8aeecd

%23.75
%40.96
%35.28

CMYK Percentages of Color #8aeecd

%42
%0
%14
%7

Triadic Colors of #8aeecd

#8aeecd #cd8aee #eecd8a

Analogous Colors of #8aeecd

#8aeecd #8addee #8aee9b

Monochromatic Colors of #8aeecd

#8aeecd

Complementary Color

#8aeecd #ee8aab

#8aeecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeecd Color CSS Codes

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

#8aeecd Text Font Color

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

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


#8aeecd Background Color

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

This div background color is #8aeecd


#8aeecd Border Color

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

This div border color is #8aeecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeecd


Comments

No comments written yet.

Please login to write comment.