Color Hex Logo

#15626c Color Hex

#15626C
(21,98,108)
0 Favorites   0 Comments

Color spaces of #15626c

RGB 2198108
HSL0.520.670.25
HSV187°81°42°
CMYK 0.810.090.00   0.58
XYZ7.38379.977515.7240
Yxy9.97750.22320.3016
Hunter Lab31.5872-13.5521-7.4034
CIE-Lab37.8020-18.5605-12.1674

#15626c color RGB value is (21,98,108).

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

The process color (four color CMYK) of #15626c color hex is 0.81, 0.09, 0.00, 0.58. Web safe color of #15626c is #006666. Color #15626c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01100010 01101100
Octal 25 142 154
Decimal 21 98 108
Hex 15 62 6C

RGB Percentages of Color #15626c

%9.25
%43.17
%47.58

CMYK Percentages of Color #15626c

%81
%9
%0
%58

Triadic Colors of #15626c

#15626c #6c1562 #626c15

Analogous Colors of #15626c

#15626c #15376c #156c4b

Monochromatic Colors of #15626c

#15626c

Complementary Color

#15626c #6c1f15

#15626c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15626c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15626c Color CSS Codes

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

#15626c Text Font Color

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

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


#15626c Background Color

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

This div background color is #15626c


#15626c Border Color

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

This div border color is #15626c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15626c


Comments

No comments written yet.

Please login to write comment.