Color Hex Logo

#85f82d Color Hex

#85F82D
(133,248,45)
0 Favorites   0 Comments

Color spaces of #85f82d

RGB 13324845
HSL0.260.940.57
HSV94°82°97°
CMYK 0.460.000.82   0.03
XYZ43.713972.310814.1360
Yxy72.31080.33580.5556
Hunter Lab85.0358-57.052049.6689
CIE-Lab88.1180-62.835078.2427

#85f82d color RGB value is (133,248,45).

#85f82d hex color red value is 133, green value is 248 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #85f82d hue: 0.26 , saturation: 0.94 and the lightness value of 85f82d is 0.57.

The process color (four color CMYK) of #85f82d color hex is 0.46, 0.00, 0.82, 0.03. Web safe color of #85f82d is #99ff33. Color #85f82d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111000 00101101
Octal 205 370 55
Decimal 133 248 45
Hex 85 F8 2D

RGB Percentages of Color #85f82d

%31.22
%58.22
%10.56

CMYK Percentages of Color #85f82d

%46
%0
%82
%3

Triadic Colors of #85f82d

#85f82d #2d85f8 #f82d85

Analogous Colors of #85f82d

#85f82d #2df83b #ebf82d

Monochromatic Colors of #85f82d

#85f82d

Complementary Color

#85f82d #a02df8

#85f82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85f82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85f82d Color CSS Codes

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

#85f82d Text Font Color

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

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


#85f82d Background Color

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

This div background color is #85f82d


#85f82d Border Color

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

This div border color is #85f82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85f82d


Comments

No comments written yet.

Please login to write comment.