Color Hex Logo

#126655 Color Hex

#126655
(18,102,85)
0 Favorites   0 Comments

Color spaces of #126655

RGB 1810285
HSL0.470.700.24
HSV168°82°40°
CMYK 0.820.000.17   0.60
XYZ6.640510.287210.2300
Yxy10.28720.24450.3788
Hunter Lab32.0737-19.17253.5408
CIE-Lab38.3530-28.34812.7902

#126655 color RGB value is (18,102,85).

#126655 hex color red value is 18, green value is 102 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #126655 hue: 0.47 , saturation: 0.70 and the lightness value of 126655 is 0.24.

The process color (four color CMYK) of #126655 color hex is 0.82, 0.00, 0.17, 0.60. Web safe color of #126655 is #006666. Color #126655 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100110 01010101
Octal 22 146 125
Decimal 18 102 85
Hex 12 66 55

RGB Percentages of Color #126655

%8.78
%49.76
%41.46

CMYK Percentages of Color #126655

%82
%0
%17
%60

Triadic Colors of #126655

#126655 #551266 #665512

Analogous Colors of #126655

#126655 #124d66 #12662b

Monochromatic Colors of #126655

#126655

Complementary Color

#126655 #661223

#126655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126655 Color CSS Codes

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

#126655 Text Font Color

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

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


#126655 Background Color

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

This div background color is #126655


#126655 Border Color

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

This div border color is #126655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126655


Comments

No comments written yet.

Please login to write comment.