Color Hex Logo

#8aebc5 Color Hex

#8AEBC5
(138,235,197)
0 Favorites   0 Comments

Color spaces of #8aebc5

RGB 138235197
HSL0.430.710.73
HSV156°41°92°
CMYK 0.410.000.16   0.08
XYZ50.267668.851263.4635
Yxy68.85120.27530.3771
Hunter Lab82.9766-37.073012.7365
CIE-Lab86.4303-37.16399.5393

#8aebc5 color RGB value is (138,235,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101011 11000101
Octal 212 353 305
Decimal 138 235 197
Hex 8A EB C5

RGB Percentages of Color #8aebc5

%24.21
%41.23
%34.56

CMYK Percentages of Color #8aebc5

%41
%0
%16
%8

Triadic Colors of #8aebc5

#8aebc5 #c58aeb #ebc58a

Analogous Colors of #8aebc5

#8aebc5 #8ae1eb #8aeb95

Monochromatic Colors of #8aebc5

#8aebc5

Complementary Color

#8aebc5 #eb8ab0

#8aebc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aebc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aebc5 Color CSS Codes

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

#8aebc5 Text Font Color

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

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


#8aebc5 Background Color

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

This div background color is #8aebc5


#8aebc5 Border Color

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

This div border color is #8aebc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aebc5


Comments

No comments written yet.

Please login to write comment.