Color Hex Logo

#104cee Color Hex

#104CEE
(16,76,238)
0 Favorites   0 Comments

Color spaces of #104cee

RGB 1676238
HSL0.620.870.50
HSV224°93°93°
CMYK 0.930.680.00   0.07
XYZ18.230711.452182.1385
Yxy11.45210.16300.1024
Hunter Lab33.841036.9393-120.2196
CIE-Lab40.331745.5442-84.9410

#104cee color RGB value is (16,76,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001100 11101110
Octal 20 114 356
Decimal 16 76 238
Hex 10 4C EE

RGB Percentages of Color #104cee

%4.85
%23.03
%72.12

CMYK Percentages of Color #104cee

%93
%68
%0
%7

Triadic Colors of #104cee

#104cee #ee104c #4cee10

Analogous Colors of #104cee

#104cee #4310ee #10bbee

Monochromatic Colors of #104cee

#104cee

Complementary Color

#104cee #eeb210

#104cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#104cee Color CSS Codes

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

#104cee Text Font Color

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

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


#104cee Background Color

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

This div background color is #104cee


#104cee Border Color

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

This div border color is #104cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,76,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 #104cee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104cee


Comments

No comments written yet.

Please login to write comment.