Color Hex Logo

#117270 Color Hex

#117270
(17,114,112)
0 Favorites   0 Comments

Color spaces of #117270

RGB 17114112
HSL0.500.740.26
HSV179°85°45°
CMYK 0.850.000.02   0.55
XYZ9.173113.323717.4175
Yxy13.32370.22980.3338
Hunter Lab36.5016-19.0197-2.7403
CIE-Lab43.2470-26.0264-6.4189

#117270 color RGB value is (17,114,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01110010 01110000
Octal 21 162 160
Decimal 17 114 112
Hex 11 72 70

RGB Percentages of Color #117270

%7.00
%46.91
%46.09

CMYK Percentages of Color #117270

%85
%0
%2
%55

Triadic Colors of #117270

#117270 #701172 #727011

Analogous Colors of #117270

#117270 #114472 #117240

Monochromatic Colors of #117270

#117270

Complementary Color

#117270 #721113

#117270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#117270 Color CSS Codes

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

#117270 Text Font Color

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

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


#117270 Background Color

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

This div background color is #117270


#117270 Border Color

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

This div border color is #117270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117270


Comments

No comments written yet.

Please login to write comment.