Color Hex Logo

#15626b Color Hex

#15626B
(21,98,107)
0 Favorites   0 Comments

Color spaces of #15626b

RGB 2198107
HSL0.520.670.25
HSV186°80°42°
CMYK 0.800.080.00   0.58
XYZ7.33089.956315.4453
Yxy9.95630.22400.3042
Hunter Lab31.5536-13.7482-6.9346
CIE-Lab37.7639-18.9069-11.6095

#15626b color RGB value is (21,98,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01100010 01101011
Octal 25 142 153
Decimal 21 98 107
Hex 15 62 6B

RGB Percentages of Color #15626b

%9.29
%43.36
%47.35

CMYK Percentages of Color #15626b

%80
%8
%0
%58

Triadic Colors of #15626b

#15626b #6b1562 #626b15

Analogous Colors of #15626b

#15626b #15376b #156b49

Monochromatic Colors of #15626b

#15626b

Complementary Color

#15626b #6b1e15

#15626b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15626b Color Preview on White Background

Lorem ipsum dolor sit amet.

#15626b Color CSS Codes

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

#15626b Text Font Color

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

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


#15626b Background Color

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

This div background color is #15626b


#15626b Border Color

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

This div border color is #15626b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,98,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 #15626b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15626b


Comments

No comments written yet.

Please login to write comment.