Color Hex Logo

#127aba Color Hex

#127ABA
(18,122,186)
0 Favorites   0 Comments

Color spaces of #127aba

RGB 18122186
HSL0.560.820.40
HSV203°90°73°
CMYK 0.900.340.00   0.27
XYZ16.071917.592849.0031
Yxy17.59280.19440.2128
Hunter Lab41.9438-5.0045-39.9081
CIE-Lab48.9984-3.6756-41.2016

#127aba color RGB value is (18,122,186).

#127aba hex color red value is 18, green value is 122 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #127aba hue: 0.56 , saturation: 0.82 and the lightness value of 127aba is 0.40.

The process color (four color CMYK) of #127aba color hex is 0.90, 0.34, 0.00, 0.27. Web safe color of #127aba is #0066cc. Color #127aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111010 10111010
Octal 22 172 272
Decimal 18 122 186
Hex 12 7A BA

RGB Percentages of Color #127aba

%5.52
%37.42
%57.06

CMYK Percentages of Color #127aba

%90
%34
%0
%27

Triadic Colors of #127aba

#127aba #ba127a #7aba12

Analogous Colors of #127aba

#127aba #1226ba #12baa6

Monochromatic Colors of #127aba

#127aba

Complementary Color

#127aba #ba5212

#127aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#127aba Color CSS Codes

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

#127aba Text Font Color

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

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


#127aba Background Color

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

This div background color is #127aba


#127aba Border Color

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

This div border color is #127aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127aba


Comments

No comments written yet.

Please login to write comment.