Color Hex Logo

#8aeccd Color Hex

#8AECCD
(138,236,205)
0 Favorites   0 Comments

Color spaces of #8aeccd

RGB 138236205
HSL0.450.720.73
HSV161°42°93°
CMYK 0.420.000.13   0.07
XYZ51.496169.802068.5166
Yxy69.80200.27130.3677
Hunter Lab83.5476-36.18659.8601
CIE-Lab86.8997-35.91946.0273

#8aeccd color RGB value is (138,236,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101100 11001101
Octal 212 354 315
Decimal 138 236 205
Hex 8A EC CD

RGB Percentages of Color #8aeccd

%23.83
%40.76
%35.41

CMYK Percentages of Color #8aeccd

%42
%0
%13
%7

Triadic Colors of #8aeccd

#8aeccd #cd8aec #eccd8a

Analogous Colors of #8aeccd

#8aeccd #8adaec #8aec9c

Monochromatic Colors of #8aeccd

#8aeccd

Complementary Color

#8aeccd #ec8aa9

#8aeccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeccd Color CSS Codes

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

#8aeccd Text Font Color

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

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


#8aeccd Background Color

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

This div background color is #8aeccd


#8aeccd Border Color

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

This div border color is #8aeccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,236,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 #8aeccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeccd


Comments

No comments written yet.

Please login to write comment.