Color Hex Logo

#104dee Color Hex

#104DEE
(16,77,238)
0 Favorites   0 Comments

Color spaces of #104dee

RGB 1677238
HSL0.620.870.50
HSV224°93°93°
CMYK 0.930.680.00   0.07
XYZ18.300211.591082.1617
Yxy11.59100.16330.1034
Hunter Lab34.045636.3678-119.2519
CIE-Lab40.558644.9324-84.5670

#104dee color RGB value is (16,77,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001101 11101110
Octal 20 115 356
Decimal 16 77 238
Hex 10 4D EE

RGB Percentages of Color #104dee

%4.83
%23.26
%71.90

CMYK Percentages of Color #104dee

%93
%68
%0
%7

Triadic Colors of #104dee

#104dee #ee104d #4dee10

Analogous Colors of #104dee

#104dee #4210ee #10bcee

Monochromatic Colors of #104dee

#104dee

Complementary Color

#104dee #eeb110

#104dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#104dee Color CSS Codes

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

#104dee Text Font Color

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

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


#104dee Background Color

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

This div background color is #104dee


#104dee Border Color

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

This div border color is #104dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104dee


Comments

No comments written yet.

Please login to write comment.