Color Hex Logo

#125cac Color Hex

#125CAC
(18,92,172)
0 Favorites   0 Comments

Color spaces of #125cac

RGB 1892172
HSL0.590.810.37
HSV211°90°67°
CMYK 0.900.470.00   0.33
XYZ11.523010.761440.4996
Yxy10.76140.18350.1714
Hunter Lab32.80465.2923-50.2346
CIE-Lab39.17579.6381-48.7031

#125cac color RGB value is (18,92,172).

#125cac hex color red value is 18, green value is 92 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #125cac hue: 0.59 , saturation: 0.81 and the lightness value of 125cac is 0.37.

The process color (four color CMYK) of #125cac color hex is 0.90, 0.47, 0.00, 0.33. Web safe color of #125cac is #006699. Color #125cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011100 10101100
Octal 22 134 254
Decimal 18 92 172
Hex 12 5C AC

RGB Percentages of Color #125cac

%6.38
%32.62
%60.99

CMYK Percentages of Color #125cac

%90
%47
%0
%33

Triadic Colors of #125cac

#125cac #ac125c #5cac12

Analogous Colors of #125cac

#125cac #1512ac #12a9ac

Monochromatic Colors of #125cac

#125cac

Complementary Color

#125cac #ac6212

#125cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#125cac Color CSS Codes

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

#125cac Text Font Color

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

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


#125cac Background Color

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

This div background color is #125cac


#125cac Border Color

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

This div border color is #125cac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,92,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #125cac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #125cac;
  -webkit-box-shadow: 1px 1px 3px 2px #125cac;
  box-shadow:         1px 1px 3px 2px #125cac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125cac


Comments

No comments written yet.

Please login to write comment.