Color Hex Logo

#85c070 Color Hex

#85C070
(133,192,112)
0 Favorites   0 Comments

Color spaces of #85c070

RGB 133192112
HSL0.290.390.60
HSV104°42°75°
CMYK 0.310.000.42   0.25
XYZ31.447143.855722.1368
Yxy43.85570.32270.4501
Hunter Lab66.2236-31.128526.5375
CIE-Lab72.1319-34.058634.3496

#85c070 color RGB value is (133,192,112).

#85c070 hex color red value is 133, green value is 192 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #85c070 hue: 0.29 , saturation: 0.39 and the lightness value of 85c070 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11000000 01110000
Octal 205 300 160
Decimal 133 192 112
Hex 85 C0 70

RGB Percentages of Color #85c070

%30.43
%43.94
%25.63

CMYK Percentages of Color #85c070

%31
%0
%42
%25

Triadic Colors of #85c070

#85c070 #7085c0 #c07085

Analogous Colors of #85c070

#85c070 #70c083 #adc070

Monochromatic Colors of #85c070

#85c070

Complementary Color

#85c070 #ab70c0

#85c070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85c070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85c070 Color CSS Codes

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

#85c070 Text Font Color

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

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


#85c070 Background Color

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

This div background color is #85c070


#85c070 Border Color

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

This div border color is #85c070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85c070


Comments

No comments written yet.

Please login to write comment.