Color Hex Logo

#85bc4d Color Hex

#85BC4D
(133,188,77)
0 Favorites   0 Comments

Color spaces of #85bc4d

RGB 13318877
HSL0.250.450.52
HSV90°59°74°
CMYK 0.290.000.59   0.26
XYZ28.995641.488813.5011
Yxy41.48880.34520.4940
Hunter Lab64.4118-32.367132.6607
CIE-Lab70.5170-36.328249.4356

#85bc4d color RGB value is (133,188,77).

#85bc4d hex color red value is 133, green value is 188 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #85bc4d hue: 0.25 , saturation: 0.45 and the lightness value of 85bc4d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111100 01001101
Octal 205 274 115
Decimal 133 188 77
Hex 85 BC 4D

RGB Percentages of Color #85bc4d

%33.42
%47.24
%19.35

CMYK Percentages of Color #85bc4d

%29
%0
%59
%26

Triadic Colors of #85bc4d

#85bc4d #4d85bc #bc4d85

Analogous Colors of #85bc4d

#85bc4d #4ebc4d #bcbc4d

Monochromatic Colors of #85bc4d

#85bc4d

Complementary Color

#85bc4d #844dbc

#85bc4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bc4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bc4d Color CSS Codes

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

#85bc4d Text Font Color

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

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


#85bc4d Background Color

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

This div background color is #85bc4d


#85bc4d Border Color

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

This div border color is #85bc4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bc4d


Comments

No comments written yet.

Please login to write comment.