Color Hex Logo

#85e87b Color Hex

#85E87B
(133,232,123)
0 Favorites   0 Comments

Color spaces of #85e87b

RGB 133232123
HSL0.320.700.70
HSV114°47°91°
CMYK 0.430.000.47   0.09
XYZ42.104664.129828.8980
Yxy64.12980.31160.4746
Hunter Lab80.0811-46.291134.6614
CIE-Lab84.0333-50.024143.9428

#85e87b color RGB value is (133,232,123).

#85e87b hex color red value is 133, green value is 232 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #85e87b hue: 0.32 , saturation: 0.70 and the lightness value of 85e87b is 0.70.

The process color (four color CMYK) of #85e87b color hex is 0.43, 0.00, 0.47, 0.09. Web safe color of #85e87b is #99ff66. Color #85e87b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101000 01111011
Octal 205 350 173
Decimal 133 232 123
Hex 85 E8 7B

RGB Percentages of Color #85e87b

%27.25
%47.54
%25.20

CMYK Percentages of Color #85e87b

%43
%0
%47
%9

Triadic Colors of #85e87b

#85e87b #7b85e8 #e87b85

Analogous Colors of #85e87b

#85e87b #7be8a8 #bce87b

Monochromatic Colors of #85e87b

#85e87b

Complementary Color

#85e87b #de7be8

#85e87b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85e87b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85e87b Color CSS Codes

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

#85e87b Text Font Color

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

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


#85e87b Background Color

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

This div background color is #85e87b


#85e87b Border Color

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

This div border color is #85e87b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85e87b


Comments

No comments written yet.

Please login to write comment.