Color Hex Logo

#114267 Color Hex

#114267
(17,66,103)
0 Favorites   0 Comments

Color spaces of #114267

RGB 1766103
HSL0.570.720.24
HSV206°83°40°
CMYK 0.830.360.00   0.60
XYZ4.62764.994913.5522
Yxy4.99490.19970.2155
Hunter Lab22.3493-2.1513-20.3079
CIE-Lab26.7202-1.5634-26.2017

#114267 color RGB value is (17,66,103).

#114267 hex color red value is 17, green value is 66 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #114267 hue: 0.57 , saturation: 0.72 and the lightness value of 114267 is 0.24.

The process color (four color CMYK) of #114267 color hex is 0.83, 0.36, 0.00, 0.60. Web safe color of #114267 is #003366. Color #114267 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000010 01100111
Octal 21 102 147
Decimal 17 66 103
Hex 11 42 67

RGB Percentages of Color #114267

%9.14
%35.48
%55.38

CMYK Percentages of Color #114267

%83
%36
%0
%60

Triadic Colors of #114267

#114267 #671142 #426711

Analogous Colors of #114267

#114267 #111767 #116761

Monochromatic Colors of #114267

#114267

Complementary Color

#114267 #673611

#114267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114267 Color CSS Codes

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

#114267 Text Font Color

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

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


#114267 Background Color

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

This div background color is #114267


#114267 Border Color

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

This div border color is #114267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114267


Comments

No comments written yet.

Please login to write comment.