Color Hex Logo

#15846b Color Hex

#15846B
(21,132,107)
0 Favorites   0 Comments

Color spaces of #15846b

RGB 21132107
HSL0.460.730.30
HSV166°84°52°
CMYK 0.840.000.19   0.48
XYZ11.214417.723516.7398
Yxy17.72350.24550.3880
Hunter Lab42.0993-26.12505.8942
CIE-Lab49.1590-35.62285.2010

#15846b color RGB value is (21,132,107).

#15846b hex color red value is 21, green value is 132 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #15846b hue: 0.46 , saturation: 0.73 and the lightness value of 15846b is 0.30.

The process color (four color CMYK) of #15846b color hex is 0.84, 0.00, 0.19, 0.48. Web safe color of #15846b is #009966. Color #15846b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10000100 01101011
Octal 25 204 153
Decimal 21 132 107
Hex 15 84 6B

RGB Percentages of Color #15846b

%8.08
%50.77
%41.15

CMYK Percentages of Color #15846b

%84
%0
%19
%48

Triadic Colors of #15846b

#15846b #6b1584 #846b15

Analogous Colors of #15846b

#15846b #156684 #158434

Monochromatic Colors of #15846b

#15846b

Complementary Color

#15846b #84152e

#15846b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15846b Color Preview on White Background

Lorem ipsum dolor sit amet.

#15846b Color CSS Codes

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

#15846b Text Font Color

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

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


#15846b Background Color

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

This div background color is #15846b


#15846b Border Color

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

This div border color is #15846b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15846b


Comments

No comments written yet.

Please login to write comment.