Color Hex Logo

#85e40d Color Hex

#85E40D
(133,228,13)
0 Favorites   0 Comments

Color spaces of #85e40d

RGB 13322813
HSL0.240.890.47
HSV87°94°89°
CMYK 0.420.000.94   0.11
XYZ37.488960.502410.0830
Yxy60.50240.34690.5598
Hunter Lab77.7833-50.089846.7626
CIE-Lab82.1105-56.206678.6717

#85e40d color RGB value is (133,228,13).

#85e40d hex color red value is 133, green value is 228 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #85e40d hue: 0.24 , saturation: 0.89 and the lightness value of 85e40d is 0.47.

The process color (four color CMYK) of #85e40d color hex is 0.42, 0.00, 0.94, 0.11. Web safe color of #85e40d is #99cc00. Color #85e40d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11100100 00001101
Octal 205 344 15
Decimal 133 228 13
Hex 85 E4 D

RGB Percentages of Color #85e40d

%35.56
%60.96
%3.48

CMYK Percentages of Color #85e40d

%42
%0
%94
%11

Triadic Colors of #85e40d

#85e40d #0d85e4 #e40d85

Analogous Colors of #85e40d

#85e40d #19e40d #e4d80d

Monochromatic Colors of #85e40d

#85e40d

Complementary Color

#85e40d #6c0de4

#85e40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85e40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85e40d Color CSS Codes

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

#85e40d Text Font Color

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

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


#85e40d Background Color

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

This div background color is #85e40d


#85e40d Border Color

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

This div border color is #85e40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85e40d


Comments

No comments written yet.

Please login to write comment.