Color Hex Logo

#85abae Color Hex

#85ABAE
(133,171,174)
0 Favorites   0 Comments

Color spaces of #85abae

RGB 133171174
HSL0.510.200.60
HSV184°24°68°
CMYK 0.240.020.00   0.32
XYZ31.875837.168445.5386
Yxy37.16840.27820.3244
Hunter Lab60.9659-13.3622-1.6107
CIE-Lab67.4032-12.1116-5.7687

#85abae color RGB value is (133,171,174).

#85abae hex color red value is 133, green value is 171 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #85abae hue: 0.51 , saturation: 0.20 and the lightness value of 85abae is 0.60.

The process color (four color CMYK) of #85abae color hex is 0.24, 0.02, 0.00, 0.32. Web safe color of #85abae is #999999. Color #85abae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101011 10101110
Octal 205 253 256
Decimal 133 171 174
Hex 85 AB AE

RGB Percentages of Color #85abae

%27.82
%35.77
%36.40

CMYK Percentages of Color #85abae

%24
%2
%0
%32

Triadic Colors of #85abae

#85abae #ae85ab #abae85

Analogous Colors of #85abae

#85abae #8597ae #85ae9d

Monochromatic Colors of #85abae

#85abae

Complementary Color

#85abae #ae8885

#85abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#85abae Color CSS Codes

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

#85abae Text Font Color

<p style="color:#85abae">Text here</p>

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


#85abae Background Color

<div style="background-color:#85abae">
Div content here</div>

This div background color is #85abae


#85abae Border Color

<div style="border:3px solid #85abae">
Div here</div>

This div border color is #85abae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,171,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85abae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85abae;
  -webkit-box-shadow: 1px 1px 3px 2px #85abae;
  box-shadow:         1px 1px 3px 2px #85abae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,171,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 #85abae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85abae


Comments

No comments written yet.

Please login to write comment.