Color Hex Logo

#15526b Color Hex

#15526B
(21,82,107)
0 Favorites   0 Comments

Color spaces of #15526b

RGB 2182107
HSL0.550.670.25
HSV197°80°42°
CMYK 0.800.230.00   0.58
XYZ5.98047.255614.9952
Yxy7.25560.21180.2570
Hunter Lab26.9362-7.5077-14.1510
CIE-Lab32.3818-9.6734-19.8657

#15526b color RGB value is (21,82,107).

#15526b hex color red value is 21, green value is 82 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #15526b hue: 0.55 , saturation: 0.67 and the lightness value of 15526b is 0.25.

The process color (four color CMYK) of #15526b color hex is 0.80, 0.23, 0.00, 0.58. Web safe color of #15526b is #006666. Color #15526b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010010 01101011
Octal 25 122 153
Decimal 21 82 107
Hex 15 52 6B

RGB Percentages of Color #15526b

%10.00
%39.05
%50.95

CMYK Percentages of Color #15526b

%80
%23
%0
%58

Triadic Colors of #15526b

#15526b #6b1552 #526b15

Analogous Colors of #15526b

#15526b #15276b #156b59

Monochromatic Colors of #15526b

#15526b

Complementary Color

#15526b #6b2e15

#15526b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15526b Color Preview on White Background

Lorem ipsum dolor sit amet.

#15526b Color CSS Codes

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

#15526b Text Font Color

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

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


#15526b Background Color

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

This div background color is #15526b


#15526b Border Color

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

This div border color is #15526b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15526b


Comments

No comments written yet.

Please login to write comment.