Color Hex Logo

#104bae Color Hex

#104BAE
(16,75,174)
0 Favorites   0 Comments

Color spaces of #104bae

RGB 1675174
HSL0.600.830.37
HSV218°91°68°
CMYK 0.910.570.00   0.32
XYZ10.36978.198341.0803
Yxy8.19830.17380.1374
Hunter Lab28.632714.5389-65.0226
CIE-Lab34.392521.7073-57.6341

#104bae color RGB value is (16,75,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001011 10101110
Octal 20 113 256
Decimal 16 75 174
Hex 10 4B AE

RGB Percentages of Color #104bae

%6.04
%28.30
%65.66

CMYK Percentages of Color #104bae

%91
%57
%0
%32

Triadic Colors of #104bae

#104bae #ae104b #4bae10

Analogous Colors of #104bae

#104bae #2410ae #109aae

Monochromatic Colors of #104bae

#104bae

Complementary Color

#104bae #ae7310

#104bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#104bae Color CSS Codes

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

#104bae Text Font Color

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

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


#104bae Background Color

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

This div background color is #104bae


#104bae Border Color

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

This div border color is #104bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104bae


Comments

No comments written yet.

Please login to write comment.