Color Hex Logo

#114250 Color Hex

#114250
(17,66,80)
0 Favorites   0 Comments

Color spaces of #114250

RGB 176680
HSL0.540.650.19
HSV193°79°31°
CMYK 0.790.180.00   0.69
XYZ3.62734.59488.2851
Yxy4.59480.21970.2784
Hunter Lab21.4355-7.3064-7.9115
CIE-Lab25.5477-10.7458-13.1166

#114250 color RGB value is (17,66,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000010 01010000
Octal 21 102 120
Decimal 17 66 80
Hex 11 42 50

RGB Percentages of Color #114250

%10.43
%40.49
%49.08

CMYK Percentages of Color #114250

%79
%18
%0
%69

Triadic Colors of #114250

#114250 #501142 #425011

Analogous Colors of #114250

#114250 #112350 #11503f

Monochromatic Colors of #114250

#114250

Complementary Color

#114250 #501f11

#114250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114250 Color CSS Codes

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

#114250 Text Font Color

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

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


#114250 Background Color

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

This div background color is #114250


#114250 Border Color

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

This div border color is #114250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114250


Comments

No comments written yet.

Please login to write comment.