Color Hex Logo

#85e893 Color Hex

#85E893
(133,232,147)
0 Favorites   0 Comments

Color spaces of #85e893

RGB 133232147
HSL0.360.680.72
HSV128°43°91°
CMYK 0.430.000.37   0.09
XYZ43.795964.806437.8044
Yxy64.80640.29910.4426
Hunter Lab80.5024-43.769528.5088
CIE-Lab84.3839-46.498532.5063

#85e893 color RGB value is (133,232,147).

#85e893 hex color red value is 133, green value is 232 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #85e893 hue: 0.36 , saturation: 0.68 and the lightness value of 85e893 is 0.72.

The process color (four color CMYK) of #85e893 color hex is 0.43, 0.00, 0.37, 0.09. Web safe color of #85e893 is #99ff99. Color #85e893 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101000 10010011
Octal 205 350 223
Decimal 133 232 147
Hex 85 E8 93

RGB Percentages of Color #85e893

%25.98
%45.31
%28.71

CMYK Percentages of Color #85e893

%43
%0
%37
%9

Triadic Colors of #85e893

#85e893 #9385e8 #e89385

Analogous Colors of #85e893

#85e893 #85e8c5 #a9e885

Monochromatic Colors of #85e893

#85e893

Complementary Color

#85e893 #e885da

#85e893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85e893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85e893 Color CSS Codes

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

#85e893 Text Font Color

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

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


#85e893 Background Color

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

This div background color is #85e893


#85e893 Border Color

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

This div border color is #85e893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85e893


Comments

No comments written yet.

Please login to write comment.