Color Hex Logo

#85ffad Color Hex

#85FFAD
(133,255,173)
0 Favorites   0 Comments

Color spaces of #85ffad

RGB 133255173
HSL0.391.000.76
HSV140°48°100°
CMYK 0.480.000.32   0.00
XYZ52.975779.523752.0927
Yxy79.52370.28700.4308
Hunter Lab89.1761-50.018927.7887
CIE-Lab91.4707-51.755228.8708

#85ffad color RGB value is (133,255,173).

#85ffad hex color red value is 133, green value is 255 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #85ffad hue: 0.39 , saturation: 1.00 and the lightness value of 85ffad is 0.76.

The process color (four color CMYK) of #85ffad color hex is 0.48, 0.00, 0.32, 0.00. Web safe color of #85ffad is #99ff99. Color #85ffad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111111 10101101
Octal 205 377 255
Decimal 133 255 173
Hex 85 FF AD

RGB Percentages of Color #85ffad

%23.71
%45.45
%30.84

CMYK Percentages of Color #85ffad

%48
%0
%32
%0

Triadic Colors of #85ffad

#85ffad #ad85ff #ffad85

Analogous Colors of #85ffad

#85ffad #85ffea #9aff85

Monochromatic Colors of #85ffad

#85ffad

Complementary Color

#85ffad #ff85d7

#85ffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ffad Color CSS Codes

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

#85ffad Text Font Color

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

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


#85ffad Background Color

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

This div background color is #85ffad


#85ffad Border Color

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

This div border color is #85ffad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,255,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 #85ffad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ffad

Related Colors


Comments

No comments written yet.

Please login to write comment.