Color Hex Logo

#8ab4ae Color Hex

#8AB4AE
(138,180,174)
0 Favorites   0 Comments

Color spaces of #8ab4ae

RGB 138180174
HSL0.480.220.62
HSV171°23°71°
CMYK 0.230.000.03   0.29
XYZ34.442541.101846.1625
Yxy41.10180.28300.3377
Hunter Lab64.1107-16.29732.1861
CIE-Lab70.2472-15.2859-1.5452

#8ab4ae color RGB value is (138,180,174).

#8ab4ae hex color red value is 138, green value is 180 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8ab4ae hue: 0.48 , saturation: 0.22 and the lightness value of 8ab4ae is 0.62.

The process color (four color CMYK) of #8ab4ae color hex is 0.23, 0.00, 0.03, 0.29. Web safe color of #8ab4ae is #99cc99. Color #8ab4ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10110100 10101110
Octal 212 264 256
Decimal 138 180 174
Hex 8A B4 AE

RGB Percentages of Color #8ab4ae

%28.05
%36.59
%35.37

CMYK Percentages of Color #8ab4ae

%23
%0
%3
%29

Triadic Colors of #8ab4ae

#8ab4ae #ae8ab4 #b4ae8a

Analogous Colors of #8ab4ae

#8ab4ae #8aa5b4 #8ab499

Monochromatic Colors of #8ab4ae

#8ab4ae

Complementary Color

#8ab4ae #b48a90

#8ab4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ab4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ab4ae Color CSS Codes

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

#8ab4ae Text Font Color

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

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


#8ab4ae Background Color

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

This div background color is #8ab4ae


#8ab4ae Border Color

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

This div border color is #8ab4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ab4ae


Comments

No comments written yet.

Please login to write comment.