Color Hex Logo

#8aebcb Color Hex

#8AEBCB
(138,235,203)
0 Favorites   0 Comments

Color spaces of #8aebcb

RGB 138235203
HSL0.450.710.73
HSV160°41°92°
CMYK 0.410.000.14   0.08
XYZ50.969169.131767.1573
Yxy69.13170.27220.3692
Hunter Lab83.1455-36.082110.3128
CIE-Lab86.5692-35.89046.5985

#8aebcb color RGB value is (138,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101011 11001011
Octal 212 353 313
Decimal 138 235 203
Hex 8A EB CB

RGB Percentages of Color #8aebcb

%23.96
%40.80
%35.24

CMYK Percentages of Color #8aebcb

%41
%0
%14
%8

Triadic Colors of #8aebcb

#8aebcb #cb8aeb #ebcb8a

Analogous Colors of #8aebcb

#8aebcb #8adbeb #8aeb9b

Monochromatic Colors of #8aebcb

#8aebcb

Complementary Color

#8aebcb #eb8aaa

#8aebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aebcb Color CSS Codes

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

#8aebcb Text Font Color

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

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


#8aebcb Background Color

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

This div background color is #8aebcb


#8aebcb Border Color

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

This div border color is #8aebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aebcb


Comments

No comments written yet.

Please login to write comment.