Color Hex Logo

#104cce Color Hex

#104CCE
(16,76,206)
0 Favorites   0 Comments

Color spaces of #104cce

RGB 1676206
HSL0.610.860.44
HSV221°92°81°
CMYK 0.920.630.00   0.19
XYZ13.93879.735359.5370
Yxy9.73530.16750.1170
Hunter Lab31.201425.1392-91.2931
CIE-Lab37.363133.6590-71.5403

#104cce color RGB value is (16,76,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001100 11001110
Octal 20 114 316
Decimal 16 76 206
Hex 10 4C CE

RGB Percentages of Color #104cce

%5.37
%25.50
%69.13

CMYK Percentages of Color #104cce

%92
%63
%0
%19

Triadic Colors of #104cce

#104cce #ce104c #4cce10

Analogous Colors of #104cce

#104cce #3310ce #10abce

Monochromatic Colors of #104cce

#104cce

Complementary Color

#104cce #ce9210

#104cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#104cce Color CSS Codes

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

#104cce Text Font Color

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

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


#104cce Background Color

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

This div background color is #104cce


#104cce Border Color

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

This div border color is #104cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104cce


Comments

No comments written yet.

Please login to write comment.