Color Hex Logo

#8aaebf Color Hex

#8AAEBF
(138,174,191)
0 Favorites   0 Comments

Color spaces of #8aaebf

RGB 138174191
HSL0.550.290.65
HSV199°28°75°
CMYK 0.280.090.00   0.25
XYZ35.021339.437055.0565
Yxy39.43700.27040.3045
Hunter Lab62.7989-10.3533-8.0210
CIE-Lab69.0666-8.2116-12.6690

#8aaebf color RGB value is (138,174,191).

#8aaebf hex color red value is 138, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8aaebf hue: 0.55 , saturation: 0.29 and the lightness value of 8aaebf is 0.65.

The process color (four color CMYK) of #8aaebf color hex is 0.28, 0.09, 0.00, 0.25. Web safe color of #8aaebf is #9999cc. Color #8aaebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101110 10111111
Octal 212 256 277
Decimal 138 174 191
Hex 8A AE BF

RGB Percentages of Color #8aaebf

%27.44
%34.59
%37.97

CMYK Percentages of Color #8aaebf

%28
%9
%0
%25

Triadic Colors of #8aaebf

#8aaebf #bf8aae #aebf8a

Analogous Colors of #8aaebf

#8aaebf #8a94bf #8abfb6

Monochromatic Colors of #8aaebf

#8aaebf

Complementary Color

#8aaebf #bf9b8a

#8aaebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aaebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aaebf Color CSS Codes

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

#8aaebf Text Font Color

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

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


#8aaebf Background Color

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

This div background color is #8aaebf


#8aaebf Border Color

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

This div border color is #8aaebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aaebf


Comments

No comments written yet.

Please login to write comment.