Color Hex Logo

#85ad27 Color Hex

#85AD27
(133,173,39)
0 Favorites   0 Comments

Color spaces of #85ad27

RGB 13317339
HSL0.220.630.42
HSV78°77°68°
CMYK 0.230.000.77   0.32
XYZ24.982635.02027.3623
Yxy35.02020.37090.5199
Hunter Lab59.1779-28.205534.0483
CIE-Lab65.7644-32.147959.4937

#85ad27 color RGB value is (133,173,39).

#85ad27 hex color red value is 133, green value is 173 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #85ad27 hue: 0.22 , saturation: 0.63 and the lightness value of 85ad27 is 0.42.

The process color (four color CMYK) of #85ad27 color hex is 0.23, 0.00, 0.77, 0.32. Web safe color of #85ad27 is #999933. Color #85ad27 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101101 00100111
Octal 205 255 47
Decimal 133 173 39
Hex 85 AD 27

RGB Percentages of Color #85ad27

%38.55
%50.14
%11.30

CMYK Percentages of Color #85ad27

%23
%0
%77
%32

Triadic Colors of #85ad27

#85ad27 #2785ad #ad2785

Analogous Colors of #85ad27

#85ad27 #42ad27 #ad9227

Monochromatic Colors of #85ad27

#85ad27

Complementary Color

#85ad27 #4f27ad

#85ad27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ad27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ad27 Color CSS Codes

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

#85ad27 Text Font Color

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

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


#85ad27 Background Color

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

This div background color is #85ad27


#85ad27 Border Color

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

This div border color is #85ad27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ad27


Comments

No comments written yet.

Please login to write comment.