Color Hex Logo

#107aae Color Hex

#107AAE
(16,122,174)
0 Favorites   0 Comments

Color spaces of #107aae

RGB 16122174
HSL0.550.830.37
HSV200°91°68°
CMYK 0.910.300.00   0.32
XYZ14.813217.085242.5614
Yxy17.08520.19890.2295
Hunter Lab41.3342-8.3648-32.1163
CIE-Lab48.3672-8.3698-35.2561

#107aae color RGB value is (16,122,174).

#107aae hex color red value is 16, green value is 122 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #107aae hue: 0.55 , saturation: 0.83 and the lightness value of 107aae is 0.37.

The process color (four color CMYK) of #107aae color hex is 0.91, 0.30, 0.00, 0.32. Web safe color of #107aae is #006699. Color #107aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01111010 10101110
Octal 20 172 256
Decimal 16 122 174
Hex 10 7A AE

RGB Percentages of Color #107aae

%5.13
%39.10
%55.77

CMYK Percentages of Color #107aae

%91
%30
%0
%32

Triadic Colors of #107aae

#107aae #ae107a #7aae10

Analogous Colors of #107aae

#107aae #102bae #10ae93

Monochromatic Colors of #107aae

#107aae

Complementary Color

#107aae #ae4410

#107aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#107aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#107aae Color CSS Codes

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

#107aae Text Font Color

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

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


#107aae Background Color

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

This div background color is #107aae


#107aae Border Color

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

This div border color is #107aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #107aae


Comments

No comments written yet.

Please login to write comment.