Color Hex Logo

#8aeecb Color Hex

#8AEECB
(138,238,203)
0 Favorites   0 Comments

Color spaces of #8aeecb

RGB 138238203
HSL0.440.750.74
HSV159°42°93°
CMYK 0.420.000.15   0.07
XYZ51.835370.864167.4461
Yxy70.86410.27260.3727
Hunter Lab84.1808-37.403011.4231
CIE-Lab87.4189-37.26477.8198

#8aeecb color RGB value is (138,238,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101110 11001011
Octal 212 356 313
Decimal 138 238 203
Hex 8A EE CB

RGB Percentages of Color #8aeecb

%23.83
%41.11
%35.06

CMYK Percentages of Color #8aeecb

%42
%0
%15
%7

Triadic Colors of #8aeecb

#8aeecb #cb8aee #eecb8a

Analogous Colors of #8aeecb

#8aeecb #8adfee #8aee99

Monochromatic Colors of #8aeecb

#8aeecb

Complementary Color

#8aeecb #ee8aad

#8aeecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeecb Color CSS Codes

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

#8aeecb Text Font Color

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

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


#8aeecb Background Color

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

This div background color is #8aeecb


#8aeecb Border Color

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

This div border color is #8aeecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeecb


Comments

No comments written yet.

Please login to write comment.