Color Hex Logo

#127aaf Color Hex

#127AAF
(18,122,175)
0 Favorites   0 Comments

Color spaces of #127aaf

RGB 18122175
HSL0.560.810.38
HSV200°90°69°
CMYK 0.900.300.00   0.31
XYZ14.946917.142843.0786
Yxy17.14280.19880.2281
Hunter Lab41.4039-8.0178-32.7055
CIE-Lab48.4395-7.8741-35.7215

#127aaf color RGB value is (18,122,175).

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

The process color (four color CMYK) of #127aaf color hex is 0.90, 0.30, 0.00, 0.31. Web safe color of #127aaf is #006699. Color #127aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111010 10101111
Octal 22 172 257
Decimal 18 122 175
Hex 12 7A AF

RGB Percentages of Color #127aaf

%5.71
%38.73
%55.56

CMYK Percentages of Color #127aaf

%90
%30
%0
%31

Triadic Colors of #127aaf

#127aaf #af127a #7aaf12

Analogous Colors of #127aaf

#127aaf #122caf #12af96

Monochromatic Colors of #127aaf

#127aaf

Complementary Color

#127aaf #af4712

#127aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#127aaf Color CSS Codes

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

#127aaf Text Font Color

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

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


#127aaf Background Color

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

This div background color is #127aaf


#127aaf Border Color

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

This div border color is #127aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127aaf


Comments

No comments written yet.

Please login to write comment.