Color Hex Logo

#85a29d Color Hex

#85A29D
(133,162,157)
0 Favorites   0 Comments

Color spaces of #85a29d

RGB 133162157
HSL0.470.130.58
HSV170°18°64°
CMYK 0.180.000.03   0.36
XYZ28.679033.261536.8069
Yxy33.26150.29040.3368
Hunter Lab57.6728-12.16452.5319
CIE-Lab64.3721-11.0710-0.7494

#85a29d color RGB value is (133,162,157).

#85a29d hex color red value is 133, green value is 162 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #85a29d hue: 0.47 , saturation: 0.13 and the lightness value of 85a29d is 0.58.

The process color (four color CMYK) of #85a29d color hex is 0.18, 0.00, 0.03, 0.36. Web safe color of #85a29d is #999999. Color #85a29d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10100010 10011101
Octal 205 242 235
Decimal 133 162 157
Hex 85 A2 9D

RGB Percentages of Color #85a29d

%29.42
%35.84
%34.73

CMYK Percentages of Color #85a29d

%18
%0
%3
%36

Triadic Colors of #85a29d

#85a29d #9d85a2 #a29d85

Analogous Colors of #85a29d

#85a29d #8599a2 #85a28f

Monochromatic Colors of #85a29d

#85a29d

Complementary Color

#85a29d #a2858a

#85a29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85a29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85a29d Color CSS Codes

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

#85a29d Text Font Color

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

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


#85a29d Background Color

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

This div background color is #85a29d


#85a29d Border Color

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

This div border color is #85a29d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,162,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85a29d

#85a29d Color Palettes


Comments

No comments written yet.

Please login to write comment.