Color Hex Logo

#126ae4 Color Hex

#126AE4
(18,106,228)
0 Favorites   0 Comments

Color spaces of #126ae4

RGB 18106228
HSL0.600.850.48
HSV215°92°89°
CMYK 0.920.540.00   0.11
XYZ19.407116.038175.4716
Yxy16.03810.17500.1446
Hunter Lab40.047616.4180-83.7015
CIE-Lab47.024422.7698-68.3363

#126ae4 color RGB value is (18,106,228).

#126ae4 hex color red value is 18, green value is 106 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #126ae4 hue: 0.60 , saturation: 0.85 and the lightness value of 126ae4 is 0.48.

The process color (four color CMYK) of #126ae4 color hex is 0.92, 0.54, 0.00, 0.11. Web safe color of #126ae4 is #0066cc. Color #126ae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101010 11100100
Octal 22 152 344
Decimal 18 106 228
Hex 12 6A E4

RGB Percentages of Color #126ae4

%5.11
%30.11
%64.77

CMYK Percentages of Color #126ae4

%92
%54
%0
%11

Triadic Colors of #126ae4

#126ae4 #e4126a #6ae412

Analogous Colors of #126ae4

#126ae4 #2312e4 #12d3e4

Monochromatic Colors of #126ae4

#126ae4

Complementary Color

#126ae4 #e48c12

#126ae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126ae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126ae4 Color CSS Codes

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

#126ae4 Text Font Color

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

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


#126ae4 Background Color

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

This div background color is #126ae4


#126ae4 Border Color

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

This div border color is #126ae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126ae4


Comments

No comments written yet.

Please login to write comment.