Color Hex Logo

#848aae Color Hex

#848AAE
(132,138,174)
0 Favorites   0 Comments

Color spaces of #848aae

RGB 132138174
HSL0.640.210.60
HSV231°24°68°
CMYK 0.240.210.00   0.32
XYZ26.244226.138543.7064
Yxy26.13850.27310.2720
Hunter Lab51.12582.1584-14.8977
CIE-Lab58.16835.8971-19.6575

#848aae color RGB value is (132,138,174).

#848aae hex color red value is 132, green value is 138 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #848aae hue: 0.64 , saturation: 0.21 and the lightness value of 848aae is 0.60.

The process color (four color CMYK) of #848aae color hex is 0.24, 0.21, 0.00, 0.32. Web safe color of #848aae is #999999. Color #848aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001010 10101110
Octal 204 212 256
Decimal 132 138 174
Hex 84 8A AE

RGB Percentages of Color #848aae

%29.73
%31.08
%39.19

CMYK Percentages of Color #848aae

%24
%21
%0
%32

Triadic Colors of #848aae

#848aae #ae848a #8aae84

Analogous Colors of #848aae

#848aae #9384ae #849fae

Monochromatic Colors of #848aae

#848aae

Complementary Color

#848aae #aea884

#848aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#848aae Color CSS Codes

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

#848aae Text Font Color

<p style="color:#848aae">Text here</p>

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


#848aae Background Color

<div style="background-color:#848aae">
Div content here</div>

This div background color is #848aae


#848aae Border Color

<div style="border:3px solid #848aae">
Div here</div>

This div border color is #848aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848aae


Comments

No comments written yet.

Please login to write comment.