Color Hex Logo

#85e5ad Color Hex

#85E5AD
(133,229,173)
0 Favorites   0 Comments

Color spaces of #85e5ad

RGB 133229173
HSL0.400.650.71
HSV145°42°90°
CMYK 0.420.000.24   0.10
XYZ45.235064.042349.5124
Yxy64.04230.28490.4033
Hunter Lab80.0264-39.149019.3357
CIE-Lab83.9878-40.606818.5957

#85e5ad color RGB value is (133,229,173).

#85e5ad hex color red value is 133, green value is 229 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #85e5ad hue: 0.40 , saturation: 0.65 and the lightness value of 85e5ad is 0.71.

The process color (four color CMYK) of #85e5ad color hex is 0.42, 0.00, 0.24, 0.10. Web safe color of #85e5ad is #99cc99. Color #85e5ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11100101 10101101
Octal 205 345 255
Decimal 133 229 173
Hex 85 E5 AD

RGB Percentages of Color #85e5ad

%24.86
%42.80
%32.34

CMYK Percentages of Color #85e5ad

%42
%0
%24
%10

Triadic Colors of #85e5ad

#85e5ad #ad85e5 #e5ad85

Analogous Colors of #85e5ad

#85e5ad #85e5dd #8de585

Monochromatic Colors of #85e5ad

#85e5ad

Complementary Color

#85e5ad #e585bd

#85e5ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85e5ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#85e5ad Color CSS Codes

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

#85e5ad Text Font Color

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

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


#85e5ad Background Color

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

This div background color is #85e5ad


#85e5ad Border Color

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

This div border color is #85e5ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85e5ad


Comments

No comments written yet.

Please login to write comment.