Color Hex Logo

#85b466 Color Hex

#85B466
(133,180,102)
0 Favorites   0 Comments

Color spaces of #85b466

RGB 133180102
HSL0.270.340.55
HSV96°43°71°
CMYK 0.260.000.43   0.29
XYZ28.392438.588418.5222
Yxy38.58840.33210.4513
Hunter Lab62.1196-27.123925.8052
CIE-Lab68.4521-29.777934.7897

#85b466 color RGB value is (133,180,102).

#85b466 hex color red value is 133, green value is 180 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #85b466 hue: 0.27 , saturation: 0.34 and the lightness value of 85b466 is 0.55.

The process color (four color CMYK) of #85b466 color hex is 0.26, 0.00, 0.43, 0.29. Web safe color of #85b466 is #99cc66. Color #85b466 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10110100 01100110
Octal 205 264 146
Decimal 133 180 102
Hex 85 B4 66

RGB Percentages of Color #85b466

%32.05
%43.37
%24.58

CMYK Percentages of Color #85b466

%26
%0
%43
%29

Triadic Colors of #85b466

#85b466 #6685b4 #b46685

Analogous Colors of #85b466

#85b466 #66b46e #acb466

Monochromatic Colors of #85b466

#85b466

Complementary Color

#85b466 #9566b4

#85b466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85b466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85b466 Color CSS Codes

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

#85b466 Text Font Color

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

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


#85b466 Background Color

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

This div background color is #85b466


#85b466 Border Color

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

This div border color is #85b466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85b466


Comments

No comments written yet.

Please login to write comment.