Color Hex Logo

#85d190 Color Hex

#85D190
(133,209,144)
0 Favorites   0 Comments

Color spaces of #85d190

RGB 133209144
HSL0.360.450.67
HSV129°36°82°
CMYK 0.360.000.31   0.18
XYZ37.507452.601134.5617
Yxy52.60110.30090.4219
Hunter Lab72.5266-34.609722.5147
CIE-Lab77.6389-36.872125.0169

#85d190 color RGB value is (133,209,144).

#85d190 hex color red value is 133, green value is 209 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #85d190 hue: 0.36 , saturation: 0.45 and the lightness value of 85d190 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11010001 10010000
Octal 205 321 220
Decimal 133 209 144
Hex 85 D1 90

RGB Percentages of Color #85d190

%27.37
%43.00
%29.63

CMYK Percentages of Color #85d190

%36
%0
%31
%18

Triadic Colors of #85d190

#85d190 #9085d1 #d19085

Analogous Colors of #85d190

#85d190 #85d1b6 #a0d185

Monochromatic Colors of #85d190

#85d190

Complementary Color

#85d190 #d185c6

#85d190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85d190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85d190 Color CSS Codes

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

#85d190 Text Font Color

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

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


#85d190 Background Color

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

This div background color is #85d190


#85d190 Border Color

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

This div border color is #85d190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85d190


Comments

No comments written yet.

Please login to write comment.