Color Hex Logo

#117275 Color Hex

#117275
(17,114,117)
1 Favorites   0 Comments

Color spaces of #117275

RGB 17114117
HSL0.510.750.26
HSV182°85°46°
CMYK 0.850.030.00   0.54
XYZ9.459413.438218.9249
Yxy13.43820.22620.3213
Hunter Lab36.6582-18.0910-4.9480
CIE-Lab43.4162-24.3942-9.1729

#117275 color RGB value is (17,114,117).

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

The process color (four color CMYK) of #117275 color hex is 0.85, 0.03, 0.00, 0.54. Web safe color of #117275 is #006666. Color #117275 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01110010 01110101
Octal 21 162 165
Decimal 17 114 117
Hex 11 72 75

RGB Percentages of Color #117275

%6.85
%45.97
%47.18

CMYK Percentages of Color #117275

%85
%3
%0
%54

Triadic Colors of #117275

#117275 #751172 #727511

Analogous Colors of #117275

#117275 #114075 #117546

Monochromatic Colors of #117275

#117275

Complementary Color

#117275 #751411

#117275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#117275 Color CSS Codes

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

#117275 Text Font Color

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

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


#117275 Background Color

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

This div background color is #117275


#117275 Border Color

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

This div border color is #117275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117275


Comments

No comments written yet.

Please login to write comment.