Color Hex Logo

#117457 Color Hex

#117457
(17,116,87)
0 Favorites   0 Comments

Color spaces of #117457

RGB 1711687
HSL0.450.740.26
HSV162°85°45°
CMYK 0.850.000.25   0.55
XYZ8.196913.298111.1516
Yxy13.29810.25110.4073
Hunter Lab36.4666-23.69357.3955
CIE-Lab43.2090-34.30558.5104

#117457 color RGB value is (17,116,87).

#117457 hex color red value is 17, green value is 116 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #117457 hue: 0.45 , saturation: 0.74 and the lightness value of 117457 is 0.26.

The process color (four color CMYK) of #117457 color hex is 0.85, 0.00, 0.25, 0.55. Web safe color of #117457 is #006666. Color #117457 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01110100 01010111
Octal 21 164 127
Decimal 17 116 87
Hex 11 74 57

RGB Percentages of Color #117457

%7.73
%52.73
%39.55

CMYK Percentages of Color #117457

%85
%0
%25
%55

Triadic Colors of #117457

#117457 #571174 #745711

Analogous Colors of #117457

#117457 #116074 #117426

Monochromatic Colors of #117457

#117457

Complementary Color

#117457 #74112e

#117457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#117457 Color CSS Codes

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

#117457 Text Font Color

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

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


#117457 Background Color

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

This div background color is #117457


#117457 Border Color

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

This div border color is #117457


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,116,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #117457; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #117457;
  -webkit-box-shadow: 1px 1px 3px 2px #117457;
  box-shadow:         1px 1px 3px 2px #117457; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117457


Comments

No comments written yet.

Please login to write comment.