Color Hex Logo

#104cca Color Hex

#104CCA
(16,76,202)
0 Favorites   0 Comments

Color spaces of #104cca

RGB 1676202
HSL0.610.850.43
HSV221°92°79°
CMYK 0.920.620.00   0.21
XYZ13.45889.543357.0098
Yxy9.54330.16820.1193
Hunter Lab30.892223.7056-87.7917
CIE-Lab37.010032.1197-69.8016

#104cca color RGB value is (16,76,202).

#104cca hex color red value is 16, green value is 76 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #104cca hue: 0.61 , saturation: 0.85 and the lightness value of 104cca is 0.43.

The process color (four color CMYK) of #104cca color hex is 0.92, 0.62, 0.00, 0.21. Web safe color of #104cca is #0033cc. Color #104cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001100 11001010
Octal 20 114 312
Decimal 16 76 202
Hex 10 4C CA

RGB Percentages of Color #104cca

%5.44
%25.85
%68.71

CMYK Percentages of Color #104cca

%92
%62
%0
%21

Triadic Colors of #104cca

#104cca #ca104c #4cca10

Analogous Colors of #104cca

#104cca #3110ca #10a9ca

Monochromatic Colors of #104cca

#104cca

Complementary Color

#104cca #ca8e10

#104cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#104cca Color CSS Codes

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

#104cca Text Font Color

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

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


#104cca Background Color

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

This div background color is #104cca


#104cca Border Color

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

This div border color is #104cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104cca


Comments

No comments written yet.

Please login to write comment.