Color Hex Logo

#85fdaa Color Hex

#85FDAA
(133,253,170)
0 Favorites   0 Comments

Color spaces of #85fdaa

RGB 133253170
HSL0.380.970.76
HSV139°47°99°
CMYK 0.470.000.33   0.01
XYZ52.053878.139450.3691
Yxy78.13940.28830.4328
Hunter Lab88.3965-49.581128.0936
CIE-Lab90.8435-51.452429.5339

#85fdaa color RGB value is (133,253,170).

#85fdaa hex color red value is 133, green value is 253 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #85fdaa hue: 0.38 , saturation: 0.97 and the lightness value of 85fdaa is 0.76.

The process color (four color CMYK) of #85fdaa color hex is 0.47, 0.00, 0.33, 0.01. Web safe color of #85fdaa is #99ff99. Color #85fdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111101 10101010
Octal 205 375 252
Decimal 133 253 170
Hex 85 FD AA

RGB Percentages of Color #85fdaa

%23.92
%45.50
%30.58

CMYK Percentages of Color #85fdaa

%47
%0
%33
%1

Triadic Colors of #85fdaa

#85fdaa #aa85fd #fdaa85

Analogous Colors of #85fdaa

#85fdaa #85fde6 #9cfd85

Monochromatic Colors of #85fdaa

#85fdaa

Complementary Color

#85fdaa #fd85d8

#85fdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85fdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#85fdaa Color CSS Codes

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

#85fdaa Text Font Color

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

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


#85fdaa Background Color

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

This div background color is #85fdaa


#85fdaa Border Color

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

This div border color is #85fdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85fdaa


Comments

No comments written yet.

Please login to write comment.