Color Hex Logo

#85c202 Color Hex

#85C202
(133,194,2)
0 Favorites   0 Comments

Color spaces of #85c202

RGB 1331942
HSL0.220.980.38
HSV79°99°76°
CMYK 0.310.000.99   0.24
XYZ28.975643.57456.9410
Yxy43.57450.36450.5482
Hunter Lab66.0110-37.166439.9734
CIE-Lab71.9432-42.552871.7316

#85c202 color RGB value is (133,194,2).

#85c202 hex color red value is 133, green value is 194 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #85c202 hue: 0.22 , saturation: 0.98 and the lightness value of 85c202 is 0.38.

The process color (four color CMYK) of #85c202 color hex is 0.31, 0.00, 0.99, 0.24. Web safe color of #85c202 is #99cc00. Color #85c202 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11000010 00000010
Octal 205 302 2
Decimal 133 194 2
Hex 85 C2 2

RGB Percentages of Color #85c202

%40.43
%58.97
%0.61

CMYK Percentages of Color #85c202

%31
%0
%99
%24

Triadic Colors of #85c202

#85c202 #0285c2 #c20285

Analogous Colors of #85c202

#85c202 #25c202 #c29f02

Monochromatic Colors of #85c202

#85c202

Complementary Color

#85c202 #3f02c2

#85c202 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85c202 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85c202 Color CSS Codes

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

#85c202 Text Font Color

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

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


#85c202 Background Color

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

This div background color is #85c202


#85c202 Border Color

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

This div border color is #85c202


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85c202


Comments

No comments written yet.

Please login to write comment.