Color Hex Logo

#85cb52 Color Hex

#85CB52
(133,203,82)
0 Favorites   0 Comments

Color spaces of #85cb52

RGB 13320382
HSL0.260.540.56
HSV95°60°80°
CMYK 0.340.000.60   0.20
XYZ32.551848.307615.5913
Yxy48.30760.33750.5009
Hunter Lab69.5037-38.031635.3524
CIE-Lab75.0185-42.497852.2950

#85cb52 color RGB value is (133,203,82).

#85cb52 hex color red value is 133, green value is 203 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #85cb52 hue: 0.26 , saturation: 0.54 and the lightness value of 85cb52 is 0.56.

The process color (four color CMYK) of #85cb52 color hex is 0.34, 0.00, 0.60, 0.20. Web safe color of #85cb52 is #99cc66. Color #85cb52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001011 01010010
Octal 205 313 122
Decimal 133 203 82
Hex 85 CB 52

RGB Percentages of Color #85cb52

%31.82
%48.56
%19.62

CMYK Percentages of Color #85cb52

%34
%0
%60
%20

Triadic Colors of #85cb52

#85cb52 #5285cb #cb5285

Analogous Colors of #85cb52

#85cb52 #52cb5b #c2cb52

Monochromatic Colors of #85cb52

#85cb52

Complementary Color

#85cb52 #9852cb

#85cb52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cb52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cb52 Color CSS Codes

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

#85cb52 Text Font Color

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

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


#85cb52 Background Color

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

This div background color is #85cb52


#85cb52 Border Color

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

This div border color is #85cb52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cb52


Comments

No comments written yet.

Please login to write comment.