Color Hex Logo

#11625d Color Hex

#11625D
(17,98,93)
0 Favorites   0 Comments

Color spaces of #11625d

RGB 179893
HSL0.490.700.23
HSV176°83°38°
CMYK 0.830.000.05   0.62
XYZ6.57469.644811.8710
Yxy9.64480.23410.3433
Hunter Lab31.0561-16.5595-0.9240
CIE-Lab37.1972-24.0498-3.8251

#11625d color RGB value is (17,98,93).

#11625d hex color red value is 17, green value is 98 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #11625d hue: 0.49 , saturation: 0.70 and the lightness value of 11625d is 0.23.

The process color (four color CMYK) of #11625d color hex is 0.83, 0.00, 0.05, 0.62. Web safe color of #11625d is #006666. Color #11625d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01100010 01011101
Octal 21 142 135
Decimal 17 98 93
Hex 11 62 5D

RGB Percentages of Color #11625d

%8.17
%47.12
%44.71

CMYK Percentages of Color #11625d

%83
%0
%5
%62

Triadic Colors of #11625d

#11625d #5d1162 #625d11

Analogous Colors of #11625d

#11625d #113f62 #116235

Monochromatic Colors of #11625d

#11625d

Complementary Color

#11625d #621116

#11625d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11625d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11625d Color CSS Codes

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

#11625d Text Font Color

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

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


#11625d Background Color

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

This div background color is #11625d


#11625d Border Color

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

This div border color is #11625d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,98,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11625d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11625d;
  -webkit-box-shadow: 1px 1px 3px 2px #11625d;
  box-shadow:         1px 1px 3px 2px #11625d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11625d


Comments

No comments written yet.

Please login to write comment.