Color Hex Logo

#15656f Color Hex

#15656F
(21,101,111)
0 Favorites   0 Comments

Color spaces of #15656f

RGB 21101111
HSL0.520.680.26
HSV187°81°44°
CMYK 0.810.090.00   0.56
XYZ7.832210.614516.6749
Yxy10.61450.22300.3022
Hunter Lab32.5799-14.1035-7.5396
CIE-Lab38.9235-19.1593-12.3078

#15656f color RGB value is (21,101,111).

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

The process color (four color CMYK) of #15656f color hex is 0.81, 0.09, 0.00, 0.56. Web safe color of #15656f is #006666. Color #15656f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01100101 01101111
Octal 25 145 157
Decimal 21 101 111
Hex 15 65 6F

RGB Percentages of Color #15656f

%9.01
%43.35
%47.64

CMYK Percentages of Color #15656f

%81
%9
%0
%56

Triadic Colors of #15656f

#15656f #6f1565 #656f15

Analogous Colors of #15656f

#15656f #15386f #156f4c

Monochromatic Colors of #15656f

#15656f

Complementary Color

#15656f #6f1f15

#15656f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15656f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15656f Color CSS Codes

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

#15656f Text Font Color

<p style="color:#15656f">Text here</p>

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


#15656f Background Color

<div style="background-color:#15656f">
Div content here</div>

This div background color is #15656f


#15656f Border Color

<div style="border:3px solid #15656f">
Div here</div>

This div border color is #15656f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,101,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15656f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15656f;
  -webkit-box-shadow: 1px 1px 3px 2px #15656f;
  box-shadow:         1px 1px 3px 2px #15656f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15656f


Comments

No comments written yet.

Please login to write comment.