Color Hex Logo

#114acc Color Hex

#114ACC
(17,74,204)
0 Favorites   0 Comments

Color spaces of #114acc

RGB 1774204
HSL0.620.850.43
HSV222°92°80°
CMYK 0.920.640.00   0.20
XYZ13.57909.376458.2209
Yxy9.37640.16730.1155
Hunter Lab30.620925.5702-91.2961
CIE-Lab36.699134.2331-71.4710

#114acc color RGB value is (17,74,204).

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

The process color (four color CMYK) of #114acc color hex is 0.92, 0.64, 0.00, 0.20. Web safe color of #114acc is #0033cc. Color #114acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001010 11001100
Octal 21 112 314
Decimal 17 74 204
Hex 11 4A CC

RGB Percentages of Color #114acc

%5.76
%25.08
%69.15

CMYK Percentages of Color #114acc

%92
%64
%0
%20

Triadic Colors of #114acc

#114acc #cc114a #4acc11

Analogous Colors of #114acc

#114acc #3511cc #11a8cc

Monochromatic Colors of #114acc

#114acc

Complementary Color

#114acc #cc9311

#114acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#114acc Color CSS Codes

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

#114acc Text Font Color

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

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


#114acc Background Color

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

This div background color is #114acc


#114acc Border Color

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

This div border color is #114acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114acc


Comments

No comments written yet.

Please login to write comment.