Color Hex Logo

#85d814 Color Hex

#85D814
(133,216,20)
0 Favorites   0 Comments

Color spaces of #85d814

RGB 13321620
HSL0.240.830.46
HSV85°91°85°
CMYK 0.380.000.91   0.15
XYZ34.355054.14889.3029
Yxy54.14880.35130.5536
Hunter Lab73.5859-45.439144.0145
CIE-Lab78.5484-51.369174.9266

#85d814 color RGB value is (133,216,20).

#85d814 hex color red value is 133, green value is 216 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #85d814 hue: 0.24 , saturation: 0.83 and the lightness value of 85d814 is 0.46.

The process color (four color CMYK) of #85d814 color hex is 0.38, 0.00, 0.91, 0.15. Web safe color of #85d814 is #99cc00. Color #85d814 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011000 00010100
Octal 205 330 24
Decimal 133 216 20
Hex 85 D8 14

RGB Percentages of Color #85d814

%36.04
%58.54
%5.42

CMYK Percentages of Color #85d814

%38
%0
%91
%15

Triadic Colors of #85d814

#85d814 #1485d8 #d81485

Analogous Colors of #85d814

#85d814 #23d814 #d8c914

Monochromatic Colors of #85d814

#85d814

Complementary Color

#85d814 #6714d8

#85d814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85d814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85d814 Color CSS Codes

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

#85d814 Text Font Color

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

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


#85d814 Background Color

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

This div background color is #85d814


#85d814 Border Color

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

This div border color is #85d814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85d814


Comments

No comments written yet.

Please login to write comment.