Color Hex Logo

#189bab Color Hex

#189BAB
(24,155,171)
0 Favorites   0 Comments

Color spaces of #189bab

RGB 24155171
HSL0.520.750.38
HSV187°86°67°
CMYK 0.860.090.00   0.33
XYZ19.448726.577242.6329
Yxy26.57720.21940.2998
Hunter Lab51.5531-22.8777-12.9440
CIE-Lab58.5809-26.8324-17.7281

#189bab color RGB value is (24,155,171).

#189bab hex color red value is 24, green value is 155 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #189bab hue: 0.52 , saturation: 0.75 and the lightness value of 189bab is 0.38.

The process color (four color CMYK) of #189bab color hex is 0.86, 0.09, 0.00, 0.33. Web safe color of #189bab is #009999. Color #189bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011011 10101011
Octal 30 233 253
Decimal 24 155 171
Hex 18 9B AB

RGB Percentages of Color #189bab

%6.86
%44.29
%48.86

CMYK Percentages of Color #189bab

%86
%9
%0
%33

Triadic Colors of #189bab

#189bab #ab189b #9bab18

Analogous Colors of #189bab

#189bab #1851ab #18ab72

Monochromatic Colors of #189bab

#189bab

Complementary Color

#189bab #ab2818

#189bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#189bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#189bab Color CSS Codes

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

#189bab Text Font Color

<p style="color:#189bab">Text here</p>

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


#189bab Background Color

<div style="background-color:#189bab">
Div content here</div>

This div background color is #189bab


#189bab Border Color

<div style="border:3px solid #189bab">
Div here</div>

This div border color is #189bab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,155,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #189bab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #189bab;
  -webkit-box-shadow: 1px 1px 3px 2px #189bab;
  box-shadow:         1px 1px 3px 2px #189bab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #189bab


Comments

No comments written yet.

Please login to write comment.