Color Hex Logo

#104aeb Color Hex

#104AEB
(16,74,235)
0 Favorites   0 Comments

Color spaces of #104aeb

RGB 1674235
HSL0.620.870.49
HSV224°93°92°
CMYK 0.930.690.00   0.08
XYZ17.657911.005979.7909
Yxy11.00590.16280.1015
Hunter Lab33.175136.9524-119.3782
CIE-Lab39.590445.6874-84.4678

#104aeb color RGB value is (16,74,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01001010 11101011
Octal 20 112 353
Decimal 16 74 235
Hex 10 4A EB

RGB Percentages of Color #104aeb

%4.92
%22.77
%72.31

CMYK Percentages of Color #104aeb

%93
%69
%0
%8

Triadic Colors of #104aeb

#104aeb #eb104a #4aeb10

Analogous Colors of #104aeb

#104aeb #4310eb #10b8eb

Monochromatic Colors of #104aeb

#104aeb

Complementary Color

#104aeb #ebb110

#104aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#104aeb Color CSS Codes

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

#104aeb Text Font Color

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

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


#104aeb Background Color

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

This div background color is #104aeb


#104aeb Border Color

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

This div border color is #104aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104aeb


Comments

No comments written yet.

Please login to write comment.