Color Hex Logo

#85ea9a Color Hex

#85EA9A
(133,234,154)
0 Favorites   0 Comments

Color spaces of #85ea9a

RGB 133234154
HSL0.370.710.72
HSV132°43°92°
CMYK 0.430.000.34   0.08
XYZ44.928466.165340.9751
Yxy66.16530.29540.4351
Hunter Lab81.3421-43.756127.0728
CIE-Lab85.0807-46.201429.8827

#85ea9a color RGB value is (133,234,154).

#85ea9a hex color red value is 133, green value is 234 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #85ea9a hue: 0.37 , saturation: 0.71 and the lightness value of 85ea9a is 0.72.

The process color (four color CMYK) of #85ea9a color hex is 0.43, 0.00, 0.34, 0.08. Web safe color of #85ea9a is #99ff99. Color #85ea9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101010 10011010
Octal 205 352 232
Decimal 133 234 154
Hex 85 EA 9A

RGB Percentages of Color #85ea9a

%25.53
%44.91
%29.56

CMYK Percentages of Color #85ea9a

%43
%0
%34
%8

Triadic Colors of #85ea9a

#85ea9a #9a85ea #ea9a85

Analogous Colors of #85ea9a

#85ea9a #85eacd #a3ea85

Monochromatic Colors of #85ea9a

#85ea9a

Complementary Color

#85ea9a #ea85d5

#85ea9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ea9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ea9a Color CSS Codes

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

#85ea9a Text Font Color

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

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


#85ea9a Background Color

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

This div background color is #85ea9a


#85ea9a Border Color

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

This div border color is #85ea9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ea9a


Comments

No comments written yet.

Please login to write comment.