Color Hex Logo

#717502 Color Hex

#717502
(113,117,2)
0 Favorites   0 Comments

Color spaces of #717502

RGB 1131172
HSL0.170.970.23
HSV62°98°46°
CMYK 0.030.000.98   0.54
XYZ13.182316.23772.4968
Yxy16.23770.41300.5088
Hunter Lab40.2960-12.124224.5335
CIE-Lab47.2848-13.965552.2913

#717502 color RGB value is (113,117,2).

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

The process color (four color CMYK) of #717502 color hex is 0.03, 0.00, 0.98, 0.54. Web safe color of #717502 is #666600. Color #717502 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110101 00000010
Octal 161 165 2
Decimal 113 117 2
Hex 71 75 2

RGB Percentages of Color #717502

%48.71
%50.43
%0.86

CMYK Percentages of Color #717502

%3
%0
%98
%54

Triadic Colors of #717502

#717502 #027175 #750271

Analogous Colors of #717502

#717502 #377502 #754002

Monochromatic Colors of #717502

#717502

Complementary Color

#717502 #060275

#717502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717502 Color CSS Codes

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

#717502 Text Font Color

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

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


#717502 Background Color

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

This div background color is #717502


#717502 Border Color

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

This div border color is #717502


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,117,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 #717502">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717502


Comments

No comments written yet.

Please login to write comment.