Color Hex Logo

#114352 Color Hex

#114352
(17,67,82)
0 Favorites   0 Comments

Color spaces of #114352

RGB 176782
HSL0.540.660.19
HSV194°79°32°
CMYK 0.790.180.00   0.68
XYZ3.76134.74278.6998
Yxy4.74270.21860.2757
Hunter Lab21.7777-7.2818-8.4408
CIE-Lab25.9888-10.5991-13.7472

#114352 color RGB value is (17,67,82).

#114352 hex color red value is 17, green value is 67 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #114352 hue: 0.54 , saturation: 0.66 and the lightness value of 114352 is 0.19.

The process color (four color CMYK) of #114352 color hex is 0.79, 0.18, 0.00, 0.68. Web safe color of #114352 is #003366. Color #114352 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000011 01010010
Octal 21 103 122
Decimal 17 67 82
Hex 11 43 52

RGB Percentages of Color #114352

%10.24
%40.36
%49.40

CMYK Percentages of Color #114352

%79
%18
%0
%68

Triadic Colors of #114352

#114352 #521143 #435211

Analogous Colors of #114352

#114352 #112352 #115241

Monochromatic Colors of #114352

#114352

Complementary Color

#114352 #522011

#114352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114352 Color CSS Codes

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

#114352 Text Font Color

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

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


#114352 Background Color

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

This div background color is #114352


#114352 Border Color

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

This div border color is #114352


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,67,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #114352; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #114352;
  -webkit-box-shadow: 1px 1px 3px 2px #114352;
  box-shadow:         1px 1px 3px 2px #114352; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114352


Comments

No comments written yet.

Please login to write comment.