Color Hex Logo

#114aeb Color Hex

#114AEB
(17,74,235)
0 Favorites   0 Comments

Color spaces of #114aeb

RGB 1774235
HSL0.620.870.49
HSV224°93°92°
CMYK 0.930.690.00   0.08
XYZ17.675311.014979.7918
Yxy11.01490.16290.1015
Hunter Lab33.188736.9835-119.3121
CIE-Lab39.605645.7157-84.4423

#114aeb color RGB value is (17,74,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001010 11101011
Octal 21 112 353
Decimal 17 74 235
Hex 11 4A EB

RGB Percentages of Color #114aeb

%5.21
%22.70
%72.09

CMYK Percentages of Color #114aeb

%93
%69
%0
%8

Triadic Colors of #114aeb

#114aeb #eb114a #4aeb11

Analogous Colors of #114aeb

#114aeb #4511eb #11b7eb

Monochromatic Colors of #114aeb

#114aeb

Complementary Color

#114aeb #ebb211

#114aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#114aeb Color CSS Codes

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

#114aeb Text Font Color

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

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


#114aeb Background Color

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

This div background color is #114aeb


#114aeb Border Color

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

This div border color is #114aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,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 #114aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114aeb


Comments

No comments written yet.

Please login to write comment.