Color Hex Logo

#848cae Color Hex

#848CAE
(132,140,174)
0 Favorites   0 Comments

Color spaces of #848cae

RGB 132140174
HSL0.630.210.60
HSV229°24°68°
CMYK 0.240.200.00   0.32
XYZ26.533826.717743.8029
Yxy26.71770.27340.2753
Hunter Lab51.68921.1741-14.0616
CIE-Lab58.71214.7462-18.8284

#848cae color RGB value is (132,140,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001100 10101110
Octal 204 214 256
Decimal 132 140 174
Hex 84 8C AE

RGB Percentages of Color #848cae

%29.60
%31.39
%39.01

CMYK Percentages of Color #848cae

%24
%20
%0
%32

Triadic Colors of #848cae

#848cae #ae848c #8cae84

Analogous Colors of #848cae

#848cae #9184ae #84a1ae

Monochromatic Colors of #848cae

#848cae

Complementary Color

#848cae #aea684

#848cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#848cae Color CSS Codes

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

#848cae Text Font Color

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

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


#848cae Background Color

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

This div background color is #848cae


#848cae Border Color

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

This div border color is #848cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848cae


Comments

No comments written yet.

Please login to write comment.