Color Hex Logo

#117688 Color Hex

#117688
(17,118,136)
0 Favorites   0 Comments

Color spaces of #117688

RGB 17118136
HSL0.530.780.30
HSV189°88°53°
CMYK 0.880.130.00   0.47
XYZ11.153514.853625.5717
Yxy14.85360.21620.2880
Hunter Lab38.5404-15.7881-12.3609
CIE-Lab45.4330-20.0072-17.4757

#117688 color RGB value is (17,118,136).

#117688 hex color red value is 17, green value is 118 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #117688 hue: 0.53 , saturation: 0.78 and the lightness value of 117688 is 0.30.

The process color (four color CMYK) of #117688 color hex is 0.88, 0.13, 0.00, 0.47. Web safe color of #117688 is #006699. Color #117688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01110110 10001000
Octal 21 166 210
Decimal 17 118 136
Hex 11 76 88

RGB Percentages of Color #117688

%6.27
%43.54
%50.18

CMYK Percentages of Color #117688

%88
%13
%0
%47

Triadic Colors of #117688

#117688 #881176 #768811

Analogous Colors of #117688

#117688 #113b88 #11885f

Monochromatic Colors of #117688

#117688

Complementary Color

#117688 #882311

#117688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#117688 Color CSS Codes

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

#117688 Text Font Color

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

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


#117688 Background Color

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

This div background color is #117688


#117688 Border Color

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

This div border color is #117688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117688


Comments

No comments written yet.

Please login to write comment.