Color Hex Logo

#117a7e Color Hex

#117A7E
(17,122,126)
0 Favorites   0 Comments

Color spaces of #117a7e

RGB 17122126
HSL0.510.760.28
HSV182°87°49°
CMYK 0.870.030.00   0.51
XYZ10.956615.544622.1616
Yxy15.54460.22520.3194
Hunter Lab39.4266-19.3918-5.7281
CIE-Lab46.3713-25.5003-10.1093

#117a7e color RGB value is (17,122,126).

#117a7e hex color red value is 17, green value is 122 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #117a7e hue: 0.51 , saturation: 0.76 and the lightness value of 117a7e is 0.28.

The process color (four color CMYK) of #117a7e color hex is 0.87, 0.03, 0.00, 0.51. Web safe color of #117a7e is #006666. Color #117a7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111010 01111110
Octal 21 172 176
Decimal 17 122 126
Hex 11 7A 7E

RGB Percentages of Color #117a7e

%6.42
%46.04
%47.55

CMYK Percentages of Color #117a7e

%87
%3
%0
%51

Triadic Colors of #117a7e

#117a7e #7e117a #7a7e11

Analogous Colors of #117a7e

#117a7e #11447e #117e4b

Monochromatic Colors of #117a7e

#117a7e

Complementary Color

#117a7e #7e1511

#117a7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117a7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#117a7e Color CSS Codes

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

#117a7e Text Font Color

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

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


#117a7e Background Color

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

This div background color is #117a7e


#117a7e Border Color

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

This div border color is #117a7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117a7e


Comments

No comments written yet.

Please login to write comment.