Color Hex Logo

#104cea Color Hex

#104CEA
(16,76,234)
0 Favorites   0 Comments

Color spaces of #104cea

RGB 1676234
HSL0.620.870.49
HSV223°93°92°
CMYK 0.930.680.00   0.08
XYZ17.649411.219679.0773
Yxy11.21960.16350.1039
Hunter Lab33.495735.4371-116.5261
CIE-Lab39.947944.1006-83.3123

#104cea color RGB value is (16,76,234).

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

The process color (four color CMYK) of #104cea color hex is 0.93, 0.68, 0.00, 0.08. Web safe color of #104cea is #0033ff. Color #104cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001100 11101010
Octal 20 114 352
Decimal 16 76 234
Hex 10 4C EA

RGB Percentages of Color #104cea

%4.91
%23.31
%71.78

CMYK Percentages of Color #104cea

%93
%68
%0
%8

Triadic Colors of #104cea

#104cea #ea104c #4cea10

Analogous Colors of #104cea

#104cea #4110ea #10b9ea

Monochromatic Colors of #104cea

#104cea

Complementary Color

#104cea #eaae10

#104cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#104cea Color CSS Codes

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

#104cea Text Font Color

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

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


#104cea Background Color

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

This div background color is #104cea


#104cea Border Color

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

This div border color is #104cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104cea


Comments

No comments written yet.

Please login to write comment.