Color Hex Logo

#85a683 Color Hex

#85A683
(133,166,131)
0 Favorites   0 Comments

Color spaces of #85a683

RGB 133166131
HSL0.320.160.58
HSV117°21°65°
CMYK 0.200.000.21   0.35
XYZ27.405833.897726.5712
Yxy33.89770.31190.3858
Hunter Lab58.2217-17.865513.6965
CIE-Lab64.8813-18.303814.4686

#85a683 color RGB value is (133,166,131).

#85a683 hex color red value is 133, green value is 166 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #85a683 hue: 0.32 , saturation: 0.16 and the lightness value of 85a683 is 0.58.

The process color (four color CMYK) of #85a683 color hex is 0.20, 0.00, 0.21, 0.35. Web safe color of #85a683 is #999999. Color #85a683 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10100110 10000011
Octal 205 246 203
Decimal 133 166 131
Hex 85 A6 83

RGB Percentages of Color #85a683

%30.93
%38.60
%30.47

CMYK Percentages of Color #85a683

%20
%0
%21
%35

Triadic Colors of #85a683

#85a683 #8385a6 #a68385

Analogous Colors of #85a683

#85a683 #83a693 #97a683

Monochromatic Colors of #85a683

#85a683

Complementary Color

#85a683 #a483a6

#85a683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85a683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85a683 Color CSS Codes

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

#85a683 Text Font Color

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

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


#85a683 Background Color

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

This div background color is #85a683


#85a683 Border Color

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

This div border color is #85a683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85a683


Comments

No comments written yet.

Please login to write comment.