Color Hex Logo

#85ebaa Color Hex

#85EBAA
(133,235,170)
0 Favorites   0 Comments

Color spaces of #85ebaa

RGB 133235170
HSL0.390.720.72
HSV142°43°92°
CMYK 0.430.000.28   0.08
XYZ46.636967.305548.5634
Yxy67.30550.28700.4142
Hunter Lab82.0399-42.098722.3313
CIE-Lab85.6580-43.814122.4643

#85ebaa color RGB value is (133,235,170).

#85ebaa hex color red value is 133, green value is 235 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #85ebaa hue: 0.39 , saturation: 0.72 and the lightness value of 85ebaa is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101011 10101010
Octal 205 353 252
Decimal 133 235 170
Hex 85 EB AA

RGB Percentages of Color #85ebaa

%24.72
%43.68
%31.60

CMYK Percentages of Color #85ebaa

%43
%0
%28
%8

Triadic Colors of #85ebaa

#85ebaa #aa85eb #ebaa85

Analogous Colors of #85ebaa

#85ebaa #85ebdd #93eb85

Monochromatic Colors of #85ebaa

#85ebaa

Complementary Color

#85ebaa #eb85c6

#85ebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ebaa Color CSS Codes

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

#85ebaa Text Font Color

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

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


#85ebaa Background Color

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

This div background color is #85ebaa


#85ebaa Border Color

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

This div border color is #85ebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ebaa


Comments

No comments written yet.

Please login to write comment.