Color Hex Logo

#85df2c Color Hex

#85DF2C
(133,223,44)
0 Favorites   0 Comments

Color spaces of #85df2c

RGB 13322344
HSL0.250.740.52
HSV90°80°87°
CMYK 0.400.000.80   0.13
XYZ36.515257.943711.6426
Yxy57.94370.34420.5461
Hunter Lab76.1208-47.584744.2162
CIE-Lab80.7075-53.361571.8093

#85df2c color RGB value is (133,223,44).

#85df2c hex color red value is 133, green value is 223 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #85df2c hue: 0.25 , saturation: 0.74 and the lightness value of 85df2c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011111 00101100
Octal 205 337 54
Decimal 133 223 44
Hex 85 DF 2C

RGB Percentages of Color #85df2c

%33.25
%55.75
%11.00

CMYK Percentages of Color #85df2c

%40
%0
%80
%13

Triadic Colors of #85df2c

#85df2c #2c85df #df2c85

Analogous Colors of #85df2c

#85df2c #2cdf2d #dfdf2c

Monochromatic Colors of #85df2c

#85df2c

Complementary Color

#85df2c #862cdf

#85df2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85df2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85df2c Color CSS Codes

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

#85df2c Text Font Color

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

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


#85df2c Background Color

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

This div background color is #85df2c


#85df2c Border Color

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

This div border color is #85df2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85df2c


Comments

No comments written yet.

Please login to write comment.