Color Hex Logo

#8aceab Color Hex

#8ACEAB
(138,206,171)
0 Favorites   0 Comments

Color spaces of #8aceab

RGB 138206171
HSL0.410.410.67
HSV149°33°81°
CMYK 0.330.000.17   0.19
XYZ39.903252.486246.5558
Yxy52.48620.28720.3777
Hunter Lab72.4474-28.467112.6125
CIE-Lab77.5707-28.929910.6560

#8aceab color RGB value is (138,206,171).

#8aceab hex color red value is 138, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8aceab hue: 0.41 , saturation: 0.41 and the lightness value of 8aceab is 0.67.

The process color (four color CMYK) of #8aceab color hex is 0.33, 0.00, 0.17, 0.19. Web safe color of #8aceab is #99cc99. Color #8aceab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001110 10101011
Octal 212 316 253
Decimal 138 206 171
Hex 8A CE AB

RGB Percentages of Color #8aceab

%26.80
%40.00
%33.20

CMYK Percentages of Color #8aceab

%33
%0
%17
%19

Triadic Colors of #8aceab

#8aceab #ab8ace #ceab8a

Analogous Colors of #8aceab

#8aceab #8acecd #8bce8a

Monochromatic Colors of #8aceab

#8aceab

Complementary Color

#8aceab #ce8aad

#8aceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aceab Color CSS Codes

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

#8aceab Text Font Color

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

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


#8aceab Background Color

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

This div background color is #8aceab


#8aceab Border Color

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

This div border color is #8aceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aceab


Comments

No comments written yet.

Please login to write comment.