Color Hex Logo

#8aa5bf Color Hex

#8AA5BF
(138,165,191)
0 Favorites   0 Comments

Color spaces of #8aa5bf

RGB 138165191
HSL0.580.290.65
HSV209°28°75°
CMYK 0.280.140.00   0.25
XYZ33.340336.075154.4962
Yxy36.07510.26910.2911
Hunter Lab60.0626-6.0254-11.7515
CIE-Lab66.5773-3.3110-16.4187

#8aa5bf color RGB value is (138,165,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10100101 10111111
Octal 212 245 277
Decimal 138 165 191
Hex 8A A5 BF

RGB Percentages of Color #8aa5bf

%27.94
%33.40
%38.66

CMYK Percentages of Color #8aa5bf

%28
%14
%0
%25

Triadic Colors of #8aa5bf

#8aa5bf #bf8aa5 #a5bf8a

Analogous Colors of #8aa5bf

#8aa5bf #8a8bbf #8abfbf

Monochromatic Colors of #8aa5bf

#8aa5bf

Complementary Color

#8aa5bf #bfa48a

#8aa5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aa5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aa5bf Color CSS Codes

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

#8aa5bf Text Font Color

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

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


#8aa5bf Background Color

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

This div background color is #8aa5bf


#8aa5bf Border Color

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

This div border color is #8aa5bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,165,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 #8aa5bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aa5bf


Comments

No comments written yet.

Please login to write comment.