Color Hex Logo

#85c41b Color Hex

#85C41B
(133,196,27)
0 Favorites   0 Comments

Color spaces of #85c41b

RGB 13319627
HSL0.230.760.44
HSV82°86°77°
CMYK 0.320.000.86   0.23
XYZ29.610644.54558.0744
Yxy44.54550.36010.5417
Hunter Lab66.7424-37.606839.5469
CIE-Lab72.5916-42.907368.7182

#85c41b color RGB value is (133,196,27).

#85c41b hex color red value is 133, green value is 196 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #85c41b hue: 0.23 , saturation: 0.76 and the lightness value of 85c41b is 0.44.

The process color (four color CMYK) of #85c41b color hex is 0.32, 0.00, 0.86, 0.23. Web safe color of #85c41b is #99cc33. Color #85c41b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11000100 00011011
Octal 205 304 33
Decimal 133 196 27
Hex 85 C4 1B

RGB Percentages of Color #85c41b

%37.36
%55.06
%7.58

CMYK Percentages of Color #85c41b

%32
%0
%86
%23

Triadic Colors of #85c41b

#85c41b #1b85c4 #c41b85

Analogous Colors of #85c41b

#85c41b #31c41b #c4af1b

Monochromatic Colors of #85c41b

#85c41b

Complementary Color

#85c41b #5a1bc4

#85c41b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85c41b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85c41b Color CSS Codes

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

#85c41b Text Font Color

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

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


#85c41b Background Color

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

This div background color is #85c41b


#85c41b Border Color

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

This div border color is #85c41b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85c41b


Comments

No comments written yet.

Please login to write comment.