Color Hex Logo

#114cee Color Hex

#114CEE
(17,76,238)
0 Favorites   0 Comments

Color spaces of #114cee

RGB 1776238
HSL0.620.870.50
HSV224°93°93°
CMYK 0.930.680.00   0.07
XYZ18.248211.461182.1393
Yxy11.46110.16320.1025
Hunter Lab33.854236.9706-120.1552
CIE-Lab40.346545.5728-84.9161

#114cee color RGB value is (17,76,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001100 11101110
Octal 21 114 356
Decimal 17 76 238
Hex 11 4C EE

RGB Percentages of Color #114cee

%5.14
%22.96
%71.90

CMYK Percentages of Color #114cee

%93
%68
%0
%7

Triadic Colors of #114cee

#114cee #ee114c #4cee11

Analogous Colors of #114cee

#114cee #4411ee #11bbee

Monochromatic Colors of #114cee

#114cee

Complementary Color

#114cee #eeb311

#114cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#114cee Color CSS Codes

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

#114cee Text Font Color

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

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


#114cee Background Color

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

This div background color is #114cee


#114cee Border Color

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

This div border color is #114cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114cee


Comments

No comments written yet.

Please login to write comment.