Color Hex Logo

#85da5d Color Hex

#85DA5D
(133,218,93)
0 Favorites   0 Comments

Color spaces of #85da5d

RGB 13321893
HSL0.280.630.61
HSV101°57°85°
CMYK 0.390.000.57   0.15
XYZ36.720155.919719.2142
Yxy55.91970.32830.4999
Hunter Lab74.7795-43.212537.1114
CIE-Lab79.5681-47.771852.5921

#85da5d color RGB value is (133,218,93).

#85da5d hex color red value is 133, green value is 218 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #85da5d hue: 0.28 , saturation: 0.63 and the lightness value of 85da5d is 0.61.

The process color (four color CMYK) of #85da5d color hex is 0.39, 0.00, 0.57, 0.15. Web safe color of #85da5d is #99cc66. Color #85da5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011010 01011101
Octal 205 332 135
Decimal 133 218 93
Hex 85 DA 5D

RGB Percentages of Color #85da5d

%29.95
%49.10
%20.95

CMYK Percentages of Color #85da5d

%39
%0
%57
%15

Triadic Colors of #85da5d

#85da5d #5d85da #da5d85

Analogous Colors of #85da5d

#85da5d #5dda74 #c4da5d

Monochromatic Colors of #85da5d

#85da5d

Complementary Color

#85da5d #b25dda

#85da5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85da5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85da5d Color CSS Codes

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

#85da5d Text Font Color

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

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


#85da5d Background Color

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

This div background color is #85da5d


#85da5d Border Color

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

This div border color is #85da5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85da5d


Comments

No comments written yet.

Please login to write comment.