Color Hex Logo

#127aac Color Hex

#127AAC
(18,122,172)
0 Favorites   0 Comments

Color spaces of #127aac

RGB 18122172
HSL0.550.810.37
HSV199°90°67°
CMYK 0.900.290.00   0.33
XYZ14.655417.026241.5437
Yxy17.02620.20010.2325
Hunter Lab41.2628-8.8117-30.8096
CIE-Lab48.2930-9.0089-34.2091

#127aac color RGB value is (18,122,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111010 10101100
Octal 22 172 254
Decimal 18 122 172
Hex 12 7A AC

RGB Percentages of Color #127aac

%5.77
%39.10
%55.13

CMYK Percentages of Color #127aac

%90
%29
%0
%33

Triadic Colors of #127aac

#127aac #ac127a #7aac12

Analogous Colors of #127aac

#127aac #122dac #12ac91

Monochromatic Colors of #127aac

#127aac

Complementary Color

#127aac #ac4412

#127aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#127aac Color CSS Codes

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

#127aac Text Font Color

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

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


#127aac Background Color

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

This div background color is #127aac


#127aac Border Color

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

This div border color is #127aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127aac


Comments

No comments written yet.

Please login to write comment.