Color Hex Logo

#125172 Color Hex

#125172
(18,81,114)
0 Favorites   0 Comments

Color spaces of #125172

RGB 1881114
HSL0.560.730.26
HSV201°84°45°
CMYK 0.840.290.00   0.55
XYZ6.22917.228416.9865
Yxy7.22840.20460.2374
Hunter Lab26.8857-5.6936-18.6397
CIE-Lab32.3213-6.6931-24.3532

#125172 color RGB value is (18,81,114).

#125172 hex color red value is 18, green value is 81 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #125172 hue: 0.56 , saturation: 0.73 and the lightness value of 125172 is 0.26.

The process color (four color CMYK) of #125172 color hex is 0.84, 0.29, 0.00, 0.55. Web safe color of #125172 is #006666. Color #125172 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010001 01110010
Octal 22 121 162
Decimal 18 81 114
Hex 12 51 72

RGB Percentages of Color #125172

%8.45
%38.03
%53.52

CMYK Percentages of Color #125172

%84
%29
%0
%55

Triadic Colors of #125172

#125172 #721251 #517212

Analogous Colors of #125172

#125172 #122172 #127263

Monochromatic Colors of #125172

#125172

Complementary Color

#125172 #723312

#125172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125172 Color CSS Codes

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

#125172 Text Font Color

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

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


#125172 Background Color

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

This div background color is #125172


#125172 Border Color

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

This div border color is #125172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125172


Comments

No comments written yet.

Please login to write comment.