Color Hex Logo

#15626e Color Hex

#15626E
(21,98,110)
0 Favorites   0 Comments

Color spaces of #15626e

RGB 2198110
HSL0.520.680.26
HSV188°81°43°
CMYK 0.810.110.00   0.57
XYZ7.491410.020616.2912
Yxy10.02060.22160.2964
Hunter Lab31.6553-13.1539-8.3545
CIE-Lab37.8794-17.8617-13.2808

#15626e color RGB value is (21,98,110).

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

The process color (four color CMYK) of #15626e color hex is 0.81, 0.11, 0.00, 0.57. Web safe color of #15626e is #006666. Color #15626e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01100010 01101110
Octal 25 142 156
Decimal 21 98 110
Hex 15 62 6E

RGB Percentages of Color #15626e

%9.17
%42.79
%48.03

CMYK Percentages of Color #15626e

%81
%11
%0
%57

Triadic Colors of #15626e

#15626e #6e1562 #626e15

Analogous Colors of #15626e

#15626e #15366e #156e4e

Monochromatic Colors of #15626e

#15626e

Complementary Color

#15626e #6e2115

#15626e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15626e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15626e Color CSS Codes

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

#15626e Text Font Color

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

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


#15626e Background Color

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

This div background color is #15626e


#15626e Border Color

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

This div border color is #15626e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15626e


Comments

No comments written yet.

Please login to write comment.