Color Hex Logo

#8aebbd Color Hex

#8AEBBD
(138,235,189)
0 Favorites   0 Comments

Color spaces of #8aebbd

RGB 138235189
HSL0.420.710.73
HSV152°41°92°
CMYK 0.410.000.20   0.08
XYZ49.374968.494158.7625
Yxy68.49410.27950.3878
Hunter Lab82.7612-38.339815.8354
CIE-Lab86.2529-38.807113.4648

#8aebbd color RGB value is (138,235,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101011 10111101
Octal 212 353 275
Decimal 138 235 189
Hex 8A EB BD

RGB Percentages of Color #8aebbd

%24.56
%41.81
%33.63

CMYK Percentages of Color #8aebbd

%41
%0
%20
%8

Triadic Colors of #8aebbd

#8aebbd #bd8aeb #ebbd8a

Analogous Colors of #8aebbd

#8aebbd #8ae9eb #8aeb8d

Monochromatic Colors of #8aebbd

#8aebbd

Complementary Color

#8aebbd #eb8ab8

#8aebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aebbd Color CSS Codes

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

#8aebbd Text Font Color

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

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


#8aebbd Background Color

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

This div background color is #8aebbd


#8aebbd Border Color

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

This div border color is #8aebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aebbd


Comments

No comments written yet.

Please login to write comment.