Color Hex Logo

#85a352 Color Hex

#85A352
(133,163,82)
0 Favorites   0 Comments

Color spaces of #85a352

RGB 13316382
HSL0.230.330.48
HSV82°50°64°
CMYK 0.180.000.50   0.36
XYZ24.293031.790112.8384
Yxy31.79010.35250.4613
Hunter Lab56.3827-21.761425.9675
CIE-Lab63.1690-23.935438.4259

#85a352 color RGB value is (133,163,82).

#85a352 hex color red value is 133, green value is 163 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #85a352 hue: 0.23 , saturation: 0.33 and the lightness value of 85a352 is 0.48.

The process color (four color CMYK) of #85a352 color hex is 0.18, 0.00, 0.50, 0.36. Web safe color of #85a352 is #999966. Color #85a352 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10100011 01010010
Octal 205 243 122
Decimal 133 163 82
Hex 85 A3 52

RGB Percentages of Color #85a352

%35.19
%43.12
%21.69

CMYK Percentages of Color #85a352

%18
%0
%50
%36

Triadic Colors of #85a352

#85a352 #5285a3 #a35285

Analogous Colors of #85a352

#85a352 #5da352 #a39952

Monochromatic Colors of #85a352

#85a352

Complementary Color

#85a352 #7052a3

#85a352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85a352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85a352 Color CSS Codes

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

#85a352 Text Font Color

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

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


#85a352 Background Color

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

This div background color is #85a352


#85a352 Border Color

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

This div border color is #85a352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85a352


Comments

No comments written yet.

Please login to write comment.