Color Hex Logo

#189eaa Color Hex

#189EAA
(24,158,170)
0 Favorites   0 Comments

Color spaces of #189eaa

RGB 24158170
HSL0.510.750.38
HSV185°86°67°
CMYK 0.860.070.00   0.33
XYZ19.859227.550242.3012
Yxy27.55020.22140.3071
Hunter Lab52.4883-24.3181-11.0410
CIE-Lab59.4802-28.6500-15.7972

#189eaa color RGB value is (24,158,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011110 10101010
Octal 30 236 252
Decimal 24 158 170
Hex 18 9E AA

RGB Percentages of Color #189eaa

%6.82
%44.89
%48.30

CMYK Percentages of Color #189eaa

%86
%7
%0
%33

Triadic Colors of #189eaa

#189eaa #aa189e #9eaa18

Analogous Colors of #189eaa

#189eaa #1855aa #18aa6d

Monochromatic Colors of #189eaa

#189eaa

Complementary Color

#189eaa #aa2418

#189eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#189eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#189eaa Color CSS Codes

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

#189eaa Text Font Color

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

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


#189eaa Background Color

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

This div background color is #189eaa


#189eaa Border Color

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

This div border color is #189eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #189eaa


Comments

No comments written yet.

Please login to write comment.