Color Hex Logo

#15989b Color Hex

#15989B
(21,152,155)
0 Favorites   0 Comments

Color spaces of #15989b

RGB 21152155
HSL0.500.760.35
HSV181°86°61°
CMYK 0.860.020.00   0.39
XYZ17.453924.982534.9125
Yxy24.98250.22570.3230
Hunter Lab49.9825-25.1371-6.4260
CIE-Lab57.0584-30.7085-10.9268

#15989b color RGB value is (21,152,155).

#15989b hex color red value is 21, green value is 152 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #15989b hue: 0.50 , saturation: 0.76 and the lightness value of 15989b is 0.35.

The process color (four color CMYK) of #15989b color hex is 0.86, 0.02, 0.00, 0.39. Web safe color of #15989b is #009999. Color #15989b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011000 10011011
Octal 25 230 233
Decimal 21 152 155
Hex 15 98 9B

RGB Percentages of Color #15989b

%6.40
%46.34
%47.26

CMYK Percentages of Color #15989b

%86
%2
%0
%39

Triadic Colors of #15989b

#15989b #9b1598 #989b15

Analogous Colors of #15989b

#15989b #15559b #159b5b

Monochromatic Colors of #15989b

#15989b

Complementary Color

#15989b #9b1815

#15989b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15989b Color Preview on White Background

Lorem ipsum dolor sit amet.

#15989b Color CSS Codes

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

#15989b Text Font Color

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

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


#15989b Background Color

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

This div background color is #15989b


#15989b Border Color

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

This div border color is #15989b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15989b


Comments

No comments written yet.

Please login to write comment.