Color Hex Logo

#85ffae Color Hex

#85FFAE
(133,255,174)
0 Favorites   0 Comments

Color spaces of #85ffae

RGB 133255174
HSL0.391.000.76
HSV140°48°100°
CMYK 0.480.000.32   0.00
XYZ53.072879.562552.6043
Yxy79.56250.28650.4295
Hunter Lab89.1978-49.888527.4723
CIE-Lab91.4882-51.579328.3905

#85ffae color RGB value is (133,255,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111111 10101110
Octal 205 377 256
Decimal 133 255 174
Hex 85 FF AE

RGB Percentages of Color #85ffae

%23.67
%45.37
%30.96

CMYK Percentages of Color #85ffae

%48
%0
%32
%0

Triadic Colors of #85ffae

#85ffae #ae85ff #ffae85

Analogous Colors of #85ffae

#85ffae #85ffeb #99ff85

Monochromatic Colors of #85ffae

#85ffae

Complementary Color

#85ffae #ff85d6

#85ffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ffae Color CSS Codes

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

#85ffae Text Font Color

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

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


#85ffae Background Color

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

This div background color is #85ffae


#85ffae Border Color

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

This div border color is #85ffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ffae


Comments

No comments written yet.

Please login to write comment.