Color Hex Logo

#85fe8d Color Hex

#85FE8D
(133,254,141)
0 Favorites   0 Comments

Color spaces of #85fe8d

RGB 133254141
HSL0.340.980.76
HSV124°48°100°
CMYK 0.480.000.44   0.00
XYZ49.922477.793337.5837
Yxy77.79330.30200.4706
Hunter Lab88.2005-53.318036.4759
CIE-Lab90.6855-56.432943.6452

#85fe8d color RGB value is (133,254,141).

#85fe8d hex color red value is 133, green value is 254 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #85fe8d hue: 0.34 , saturation: 0.98 and the lightness value of 85fe8d is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111110 10001101
Octal 205 376 215
Decimal 133 254 141
Hex 85 FE 8D

RGB Percentages of Color #85fe8d

%25.19
%48.11
%26.70

CMYK Percentages of Color #85fe8d

%48
%0
%44
%0

Triadic Colors of #85fe8d

#85fe8d #8d85fe #fe8d85

Analogous Colors of #85fe8d

#85fe8d #85feca #bafe85

Monochromatic Colors of #85fe8d

#85fe8d

Complementary Color

#85fe8d #fe85f6

#85fe8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85fe8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85fe8d Color CSS Codes

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

#85fe8d Text Font Color

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

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


#85fe8d Background Color

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

This div background color is #85fe8d


#85fe8d Border Color

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

This div border color is #85fe8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85fe8d


Comments

No comments written yet.

Please login to write comment.