Color Hex Logo

#85c046 Color Hex

#85C046
(133,192,70)
0 Favorites   0 Comments

Color spaces of #85c046

RGB 13319270
HSL0.250.490.51
HSV89°64°75°
CMYK 0.310.000.64   0.25
XYZ29.628043.128012.5573
Yxy43.12800.34730.5055
Hunter Lab65.6719-34.395334.6333
CIE-Lab71.6418-38.746753.7551

#85c046 color RGB value is (133,192,70).

#85c046 hex color red value is 133, green value is 192 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #85c046 hue: 0.25 , saturation: 0.49 and the lightness value of 85c046 is 0.51.

The process color (four color CMYK) of #85c046 color hex is 0.31, 0.00, 0.64, 0.25. Web safe color of #85c046 is #99cc33. Color #85c046 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11000000 01000110
Octal 205 300 106
Decimal 133 192 70
Hex 85 C0 46

RGB Percentages of Color #85c046

%33.67
%48.61
%17.72

CMYK Percentages of Color #85c046

%31
%0
%64
%25

Triadic Colors of #85c046

#85c046 #4685c0 #c04685

Analogous Colors of #85c046

#85c046 #48c046 #c0be46

Monochromatic Colors of #85c046

#85c046

Complementary Color

#85c046 #8146c0

#85c046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85c046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85c046 Color CSS Codes

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

#85c046 Text Font Color

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

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


#85c046 Background Color

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

This div background color is #85c046


#85c046 Border Color

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

This div border color is #85c046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85c046


Comments

No comments written yet.

Please login to write comment.