Color Hex Logo

#104aae Color Hex

#104AAE
(16,74,174)
0 Favorites   0 Comments

Color spaces of #104aae

RGB 1674174
HSL0.610.830.37
HSV218°91°68°
CMYK 0.910.570.00   0.32
XYZ10.30248.063741.0579
Yxy8.06370.17340.1357
Hunter Lab28.396715.0662-65.8480
CIE-Lab34.115222.3846-58.0860

#104aae color RGB value is (16,74,174).

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

The process color (four color CMYK) of #104aae color hex is 0.91, 0.57, 0.00, 0.32. Web safe color of #104aae is #003399. Color #104aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001010 10101110
Octal 20 112 256
Decimal 16 74 174
Hex 10 4A AE

RGB Percentages of Color #104aae

%6.06
%28.03
%65.91

CMYK Percentages of Color #104aae

%91
%57
%0
%32

Triadic Colors of #104aae

#104aae #ae104a #4aae10

Analogous Colors of #104aae

#104aae #2510ae #1099ae

Monochromatic Colors of #104aae

#104aae

Complementary Color

#104aae #ae7410

#104aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#104aae Color CSS Codes

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

#104aae Text Font Color

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

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


#104aae Background Color

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

This div background color is #104aae


#104aae Border Color

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

This div border color is #104aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,74,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 #104aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104aae


Comments

No comments written yet.

Please login to write comment.