Color Hex Logo

#107aea Color Hex

#107AEA
(16,122,234)
0 Favorites   0 Comments

Color spaces of #107aea

RGB 16122234
HSL0.590.870.49
HSV211°93°92°
CMYK 0.930.480.00   0.08
XYZ22.024519.969780.5356
Yxy19.96970.17970.1630
Hunter Lab44.68759.7718-75.5710
CIE-Lab51.802914.8550-63.9709

#107aea color RGB value is (16,122,234).

#107aea hex color red value is 16, green value is 122 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #107aea hue: 0.59 , saturation: 0.87 and the lightness value of 107aea is 0.49.

The process color (four color CMYK) of #107aea color hex is 0.93, 0.48, 0.00, 0.08. Web safe color of #107aea is #0066ff. Color #107aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111010 11101010
Octal 20 172 352
Decimal 16 122 234
Hex 10 7A EA

RGB Percentages of Color #107aea

%4.30
%32.80
%62.90

CMYK Percentages of Color #107aea

%93
%48
%0
%8

Triadic Colors of #107aea

#107aea #ea107a #7aea10

Analogous Colors of #107aea

#107aea #1310ea #10e7ea

Monochromatic Colors of #107aea

#107aea

Complementary Color

#107aea #ea8010

#107aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#107aea Color CSS Codes

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

#107aea Text Font Color

<p style="color:#107aea">Text here</p>

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


#107aea Background Color

<div style="background-color:#107aea">
Div content here</div>

This div background color is #107aea


#107aea Border Color

<div style="border:3px solid #107aea">
Div here</div>

This div border color is #107aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,122,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #107aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #107aea;
  -webkit-box-shadow: 1px 1px 3px 2px #107aea;
  box-shadow:         1px 1px 3px 2px #107aea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107aea


Comments

No comments written yet.

Please login to write comment.