Color Hex Logo

#85de74 Color Hex

#85DE74
(133,222,116)
0 Favorites   0 Comments

Color spaces of #85de74

RGB 133222116
HSL0.310.620.66
HSV110°48°87°
CMYK 0.400.000.48   0.13
XYZ38.946558.490125.7600
Yxy58.49010.31610.4748
Hunter Lab76.4788-42.937633.5648
CIE-Lab81.0105-46.773243.5627

#85de74 color RGB value is (133,222,116).

#85de74 hex color red value is 133, green value is 222 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #85de74 hue: 0.31 , saturation: 0.62 and the lightness value of 85de74 is 0.66.

The process color (four color CMYK) of #85de74 color hex is 0.40, 0.00, 0.48, 0.13. Web safe color of #85de74 is #99cc66. Color #85de74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011110 01110100
Octal 205 336 164
Decimal 133 222 116
Hex 85 DE 74

RGB Percentages of Color #85de74

%28.24
%47.13
%24.63

CMYK Percentages of Color #85de74

%40
%0
%48
%13

Triadic Colors of #85de74

#85de74 #7485de #de7485

Analogous Colors of #85de74

#85de74 #74de98 #bade74

Monochromatic Colors of #85de74

#85de74

Complementary Color

#85de74 #cd74de

#85de74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85de74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85de74 Color CSS Codes

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

#85de74 Text Font Color

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

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


#85de74 Background Color

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

This div background color is #85de74


#85de74 Border Color

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

This div border color is #85de74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85de74


Comments

No comments written yet.

Please login to write comment.