Color Hex Logo

#104ae0 Color Hex

#104AE0
(16,74,224)
0 Favorites   0 Comments

Color spaces of #104ae0

RGB 1674224
HSL0.620.870.47
HSV223°93°88°
CMYK 0.930.670.00   0.12
XYZ16.117010.389571.6769
Yxy10.38950.16420.1058
Hunter Lab32.232732.8462-109.2820
CIE-Lab38.532641.6942-79.9598

#104ae0 color RGB value is (16,74,224).

#104ae0 hex color red value is 16, green value is 74 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #104ae0 hue: 0.62 , saturation: 0.87 and the lightness value of 104ae0 is 0.47.

The process color (four color CMYK) of #104ae0 color hex is 0.93, 0.67, 0.00, 0.12. Web safe color of #104ae0 is #0033cc. Color #104ae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001010 11100000
Octal 20 112 340
Decimal 16 74 224
Hex 10 4A E0

RGB Percentages of Color #104ae0

%5.10
%23.57
%71.34

CMYK Percentages of Color #104ae0

%93
%67
%0
%12

Triadic Colors of #104ae0

#104ae0 #e0104a #4ae010

Analogous Colors of #104ae0

#104ae0 #3e10e0 #10b2e0

Monochromatic Colors of #104ae0

#104ae0

Complementary Color

#104ae0 #e0a610

#104ae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104ae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#104ae0 Color CSS Codes

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

#104ae0 Text Font Color

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

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


#104ae0 Background Color

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

This div background color is #104ae0


#104ae0 Border Color

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

This div border color is #104ae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104ae0


Comments

No comments written yet.

Please login to write comment.