Color Hex Logo

#118066 Color Hex

#118066
(17,128,102)
0 Favorites   0 Comments

Color spaces of #118066

RGB 17128102
HSL0.460.770.28
HSV166°87°50°
CMYK 0.870.000.20   0.50
XYZ10.348616.516815.2130
Yxy16.51680.24590.3925
Hunter Lab40.6409-25.66916.2547
CIE-Lab47.6453-35.57915.9530

#118066 color RGB value is (17,128,102).

#118066 hex color red value is 17, green value is 128 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #118066 hue: 0.46 , saturation: 0.77 and the lightness value of 118066 is 0.28.

The process color (four color CMYK) of #118066 color hex is 0.87, 0.00, 0.20, 0.50. Web safe color of #118066 is #009966. Color #118066 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000000 01100110
Octal 21 200 146
Decimal 17 128 102
Hex 11 80 66

RGB Percentages of Color #118066

%6.88
%51.82
%41.30

CMYK Percentages of Color #118066

%87
%0
%20
%50

Triadic Colors of #118066

#118066 #661180 #806611

Analogous Colors of #118066

#118066 #116280 #11802f

Monochromatic Colors of #118066

#118066

Complementary Color

#118066 #80112b

#118066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#118066 Color CSS Codes

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

#118066 Text Font Color

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

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


#118066 Background Color

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

This div background color is #118066


#118066 Border Color

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

This div border color is #118066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118066


Comments

No comments written yet.

Please login to write comment.