Color Hex Logo

#11525b Color Hex

#11525B
(17,82,91)
0 Favorites   0 Comments

Color spaces of #11525b

RGB 178291
HSL0.520.690.21
HSV187°81°36°
CMYK 0.810.100.00   0.64
XYZ5.13686.909110.9604
Yxy6.90910.22330.3003
Hunter Lab26.2852-11.1155-6.3232
CIE-Lab31.5991-16.1280-10.9689

#11525b color RGB value is (17,82,91).

#11525b hex color red value is 17, green value is 82 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #11525b hue: 0.52 , saturation: 0.69 and the lightness value of 11525b is 0.21.

The process color (four color CMYK) of #11525b color hex is 0.81, 0.10, 0.00, 0.64. Web safe color of #11525b is #006666. Color #11525b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010010 01011011
Octal 21 122 133
Decimal 17 82 91
Hex 11 52 5B

RGB Percentages of Color #11525b

%8.95
%43.16
%47.89

CMYK Percentages of Color #11525b

%81
%10
%0
%64

Triadic Colors of #11525b

#11525b #5b1152 #525b11

Analogous Colors of #11525b

#11525b #112d5b #115b3f

Monochromatic Colors of #11525b

#11525b

Complementary Color

#11525b #5b1a11

#11525b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11525b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11525b Color CSS Codes

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

#11525b Text Font Color

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

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


#11525b Background Color

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

This div background color is #11525b


#11525b Border Color

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

This div border color is #11525b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11525b


Comments

No comments written yet.

Please login to write comment.