Color Hex Logo

#126aaf Color Hex

#126AAF
(18,106,175)
0 Favorites   0 Comments

Color spaces of #126aaf

RGB 18106175
HSL0.570.810.38
HSV206°90°69°
CMYK 0.900.390.00   0.31
XYZ13.141413.531842.4767
Yxy13.53180.19000.1957
Hunter Lab36.7856-0.6069-42.7128
CIE-Lab43.55391.8483-43.4580

#126aaf color RGB value is (18,106,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101010 10101111
Octal 22 152 257
Decimal 18 106 175
Hex 12 6A AF

RGB Percentages of Color #126aaf

%6.02
%35.45
%58.53

CMYK Percentages of Color #126aaf

%90
%39
%0
%31

Triadic Colors of #126aaf

#126aaf #af126a #6aaf12

Analogous Colors of #126aaf

#126aaf #121caf #12afa6

Monochromatic Colors of #126aaf

#126aaf

Complementary Color

#126aaf #af5712

#126aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#126aaf Color CSS Codes

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

#126aaf Text Font Color

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

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


#126aaf Background Color

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

This div background color is #126aaf


#126aaf Border Color

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

This div border color is #126aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126aaf


Comments

No comments written yet.

Please login to write comment.