Color Hex Logo

#85ebae Color Hex

#85EBAE
(133,235,174)
0 Favorites   0 Comments

Color spaces of #85ebae

RGB 133235174
HSL0.400.720.72
HSV144°43°92°
CMYK 0.430.000.26   0.08
XYZ47.021267.459250.5871
Yxy67.45920.28490.4087
Hunter Lab82.1335-41.543020.9760
CIE-Lab85.7353-43.067120.5039

#85ebae color RGB value is (133,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101011 10101110
Octal 205 353 256
Decimal 133 235 174
Hex 85 EB AE

RGB Percentages of Color #85ebae

%24.54
%43.36
%32.10

CMYK Percentages of Color #85ebae

%43
%0
%26
%8

Triadic Colors of #85ebae

#85ebae #ae85eb #ebae85

Analogous Colors of #85ebae

#85ebae #85ebe1 #8feb85

Monochromatic Colors of #85ebae

#85ebae

Complementary Color

#85ebae #eb85c2

#85ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ebae Color CSS Codes

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

#85ebae Text Font Color

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

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


#85ebae Background Color

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

This div background color is #85ebae


#85ebae Border Color

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

This div border color is #85ebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ebae


Comments

No comments written yet.

Please login to write comment.