Color Hex Logo

#114467 Color Hex

#114467
(17,68,103)
0 Favorites   0 Comments

Color spaces of #114467

RGB 1768103
HSL0.570.720.24
HSV204°83°40°
CMYK 0.830.340.00   0.60
XYZ4.74655.232713.5918
Yxy5.23270.20140.2220
Hunter Lab22.8751-2.9933-19.2160
CIE-Lab27.3877-2.8900-25.1481

#114467 color RGB value is (17,68,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000100 01100111
Octal 21 104 147
Decimal 17 68 103
Hex 11 44 67

RGB Percentages of Color #114467

%9.04
%36.17
%54.79

CMYK Percentages of Color #114467

%83
%34
%0
%60

Triadic Colors of #114467

#114467 #671144 #446711

Analogous Colors of #114467

#114467 #111967 #11675f

Monochromatic Colors of #114467

#114467

Complementary Color

#114467 #673411

#114467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114467 Color CSS Codes

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

#114467 Text Font Color

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

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


#114467 Background Color

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

This div background color is #114467


#114467 Border Color

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

This div border color is #114467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114467


Comments

No comments written yet.

Please login to write comment.