Color Hex Logo

#858602 Color Hex

#858602
(133,134,2)
0 Favorites   0 Comments

Color spaces of #858602

RGB 1331342
HSL0.170.970.27
HSV60°99°53°
CMYK 0.010.000.99   0.47
XYZ18.208922.04113.3521
Yxy22.04110.41760.5055
Hunter Lab46.9479-12.927228.6302
CIE-Lab54.0706-13.790058.1285

#858602 color RGB value is (133,134,2).

#858602 hex color red value is 133, green value is 134 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #858602 hue: 0.17 , saturation: 0.97 and the lightness value of 858602 is 0.27.

The process color (four color CMYK) of #858602 color hex is 0.01, 0.00, 0.99, 0.47. Web safe color of #858602 is #999900. Color #858602 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000110 00000010
Octal 205 206 2
Decimal 133 134 2
Hex 85 86 2

RGB Percentages of Color #858602

%49.44
%49.81
%0.74

CMYK Percentages of Color #858602

%1
%0
%99
%47

Triadic Colors of #858602

#858602 #028586 #860285

Analogous Colors of #858602

#858602 #438602 #864502

Monochromatic Colors of #858602

#858602

Complementary Color

#858602 #030286

#858602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858602 Color CSS Codes

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

#858602 Text Font Color

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

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


#858602 Background Color

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

This div background color is #858602


#858602 Border Color

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

This div border color is #858602


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858602


Comments

No comments written yet.

Please login to write comment.