Color Hex Logo

#85c188 Color Hex

#85C188
(133,193,136)
0 Favorites   0 Comments

Color spaces of #85c188

RGB 133193136
HSL0.340.330.64
HSV123°31°76°
CMYK 0.310.000.30   0.24
XYZ33.186844.904030.2108
Yxy44.90400.30640.4146
Hunter Lab67.0104-28.866520.1772
CIE-Lab72.8286-30.798622.7068

#85c188 color RGB value is (133,193,136).

#85c188 hex color red value is 133, green value is 193 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #85c188 hue: 0.34 , saturation: 0.33 and the lightness value of 85c188 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11000001 10001000
Octal 205 301 210
Decimal 133 193 136
Hex 85 C1 88

RGB Percentages of Color #85c188

%28.79
%41.77
%29.44

CMYK Percentages of Color #85c188

%31
%0
%30
%24

Triadic Colors of #85c188

#85c188 #8885c1 #c18885

Analogous Colors of #85c188

#85c188 #85c1a6 #a0c185

Monochromatic Colors of #85c188

#85c188

Complementary Color

#85c188 #c185be

#85c188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85c188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85c188 Color CSS Codes

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

#85c188 Text Font Color

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

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


#85c188 Background Color

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

This div background color is #85c188


#85c188 Border Color

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

This div border color is #85c188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85c188


Comments

No comments written yet.

Please login to write comment.