Color Hex Logo

#104edc Color Hex

#104EDC
(16,78,220)
0 Favorites   0 Comments

Color spaces of #104edc

RGB 1678220
HSL0.620.860.46
HSV222°93°86°
CMYK 0.930.650.00   0.14
XYZ15.856310.726268.9448
Yxy10.72620.16600.1123
Hunter Lab32.750929.1065-101.8874
CIE-Lab39.115437.6816-76.7156

#104edc color RGB value is (16,78,220).

#104edc hex color red value is 16, green value is 78 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #104edc hue: 0.62 , saturation: 0.86 and the lightness value of 104edc is 0.46.

The process color (four color CMYK) of #104edc color hex is 0.93, 0.65, 0.00, 0.14. Web safe color of #104edc is #0066cc. Color #104edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001110 11011100
Octal 20 116 334
Decimal 16 78 220
Hex 10 4E DC

RGB Percentages of Color #104edc

%5.10
%24.84
%70.06

CMYK Percentages of Color #104edc

%93
%65
%0
%14

Triadic Colors of #104edc

#104edc #dc104e #4edc10

Analogous Colors of #104edc

#104edc #3810dc #10b4dc

Monochromatic Colors of #104edc

#104edc

Complementary Color

#104edc #dc9e10

#104edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#104edc Color CSS Codes

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

#104edc Text Font Color

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

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


#104edc Background Color

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

This div background color is #104edc


#104edc Border Color

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

This div border color is #104edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104edc


Comments

No comments written yet.

Please login to write comment.