Color Hex Logo

#104eaf Color Hex

#104EAF
(16,78,175)
0 Favorites   0 Comments

Color spaces of #104eaf

RGB 1678175
HSL0.600.830.37
HSV217°91°69°
CMYK 0.910.550.00   0.31
XYZ10.67598.654141.6652
Yxy8.65410.17500.1419
Hunter Lab29.417913.2974-63.3813
CIE-Lab35.309620.0831-56.7356

#104eaf color RGB value is (16,78,175).

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

The process color (four color CMYK) of #104eaf color hex is 0.91, 0.55, 0.00, 0.31. Web safe color of #104eaf is #006699. Color #104eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001110 10101111
Octal 20 116 257
Decimal 16 78 175
Hex 10 4E AF

RGB Percentages of Color #104eaf

%5.95
%29.00
%65.06

CMYK Percentages of Color #104eaf

%91
%55
%0
%31

Triadic Colors of #104eaf

#104eaf #af104e #4eaf10

Analogous Colors of #104eaf

#104eaf #2110af #109eaf

Monochromatic Colors of #104eaf

#104eaf

Complementary Color

#104eaf #af7110

#104eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#104eaf Color CSS Codes

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

#104eaf Text Font Color

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

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


#104eaf Background Color

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

This div background color is #104eaf


#104eaf Border Color

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

This div border color is #104eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104eaf


Comments

No comments written yet.

Please login to write comment.