Color Hex Logo

#114252 Color Hex

#114252
(17,66,82)
0 Favorites   0 Comments

Color spaces of #114252

RGB 176682
HSL0.540.660.19
HSV195°79°32°
CMYK 0.790.200.00   0.68
XYZ3.70244.62488.6802
Yxy4.62480.21770.2719
Hunter Lab21.5053-6.9035-8.8775
CIE-Lab25.6379-9.9808-14.2874

#114252 color RGB value is (17,66,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000010 01010010
Octal 21 102 122
Decimal 17 66 82
Hex 11 42 52

RGB Percentages of Color #114252

%10.30
%40.00
%49.70

CMYK Percentages of Color #114252

%79
%20
%0
%68

Triadic Colors of #114252

#114252 #521142 #425211

Analogous Colors of #114252

#114252 #112252 #115242

Monochromatic Colors of #114252

#114252

Complementary Color

#114252 #522111

#114252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114252 Color CSS Codes

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

#114252 Text Font Color

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

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


#114252 Background Color

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

This div background color is #114252


#114252 Border Color

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

This div border color is #114252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114252


Comments

No comments written yet.

Please login to write comment.