Color Hex Logo

#85bb1d Color Hex

#85BB1D
(133,187,29)
0 Favorites   0 Comments

Color spaces of #85bb1d

RGB 13318729
HSL0.220.730.42
HSV81°84°73°
CMYK 0.290.000.84   0.27
XYZ27.665040.61597.5440
Yxy40.61590.36490.5357
Hunter Lab63.7306-34.043037.5931
CIE-Lab69.9060-38.923865.9695

#85bb1d color RGB value is (133,187,29).

#85bb1d hex color red value is 133, green value is 187 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #85bb1d hue: 0.22 , saturation: 0.73 and the lightness value of 85bb1d is 0.42.

The process color (four color CMYK) of #85bb1d color hex is 0.29, 0.00, 0.84, 0.27. Web safe color of #85bb1d is #99cc33. Color #85bb1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111011 00011101
Octal 205 273 35
Decimal 133 187 29
Hex 85 BB 1D

RGB Percentages of Color #85bb1d

%38.11
%53.58
%8.31

CMYK Percentages of Color #85bb1d

%29
%0
%84
%27

Triadic Colors of #85bb1d

#85bb1d #1d85bb #bb1d85

Analogous Colors of #85bb1d

#85bb1d #36bb1d #bba21d

Monochromatic Colors of #85bb1d

#85bb1d

Complementary Color

#85bb1d #531dbb

#85bb1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bb1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bb1d Color CSS Codes

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

#85bb1d Text Font Color

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

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


#85bb1d Background Color

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

This div background color is #85bb1d


#85bb1d Border Color

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

This div border color is #85bb1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bb1d


Comments

No comments written yet.

Please login to write comment.