Color Hex Logo

#125166 Color Hex

#125166
(18,81,102)
0 Favorites   0 Comments

Color spaces of #125166

RGB 1881102
HSL0.540.700.24
HSV195°82°40°
CMYK 0.820.210.00   0.60
XYZ5.59026.972813.6216
Yxy6.97280.21350.2663
Hunter Lab26.4061-8.4219-12.1006
CIE-Lab31.7449-11.3507-17.7087

#125166 color RGB value is (18,81,102).

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

The process color (four color CMYK) of #125166 color hex is 0.82, 0.21, 0.00, 0.60. Web safe color of #125166 is #006666. Color #125166 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010001 01100110
Octal 22 121 146
Decimal 18 81 102
Hex 12 51 66

RGB Percentages of Color #125166

%8.96
%40.30
%50.75

CMYK Percentages of Color #125166

%82
%21
%0
%60

Triadic Colors of #125166

#125166 #661251 #516612

Analogous Colors of #125166

#125166 #122766 #126651

Monochromatic Colors of #125166

#125166

Complementary Color

#125166 #662712

#125166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125166 Color CSS Codes

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

#125166 Text Font Color

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

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


#125166 Background Color

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

This div background color is #125166


#125166 Border Color

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

This div border color is #125166


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,81,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 #125166">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125166


Comments

No comments written yet.

Please login to write comment.