Color Hex Logo

#127cac Color Hex

#127CAC
(18,124,172)
0 Favorites   0 Comments

Color spaces of #127cac

RGB 18124172
HSL0.550.810.37
HSV199°90°67°
CMYK 0.900.280.00   0.33
XYZ14.903517.522541.6264
Yxy17.52250.20130.2366
Hunter Lab41.8599-9.7029-29.6574
CIE-Lab48.9118-10.1713-33.2385

#127cac color RGB value is (18,124,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111100 10101100
Octal 22 174 254
Decimal 18 124 172
Hex 12 7C AC

RGB Percentages of Color #127cac

%5.73
%39.49
%54.78

CMYK Percentages of Color #127cac

%90
%28
%0
%33

Triadic Colors of #127cac

#127cac #ac127c #7cac12

Analogous Colors of #127cac

#127cac #122fac #12ac8f

Monochromatic Colors of #127cac

#127cac

Complementary Color

#127cac #ac4212

#127cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#127cac Color CSS Codes

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

#127cac Text Font Color

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

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


#127cac Background Color

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

This div background color is #127cac


#127cac Border Color

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

This div border color is #127cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127cac


Comments

No comments written yet.

Please login to write comment.