Color Hex Logo

#189dba Color Hex

#189DBA
(24,157,186)
0 Favorites   0 Comments

Color spaces of #189dba

RGB 24157186
HSL0.530.770.41
HSV191°87°73°
CMYK 0.870.160.00   0.27
XYZ21.296627.853350.7082
Yxy27.85330.21330.2789
Hunter Lab52.7762-20.3289-20.0234
CIE-Lab59.7560-22.8466-24.4116

#189dba color RGB value is (24,157,186).

#189dba hex color red value is 24, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #189dba hue: 0.53 , saturation: 0.77 and the lightness value of 189dba is 0.41.

The process color (four color CMYK) of #189dba color hex is 0.87, 0.16, 0.00, 0.27. Web safe color of #189dba is #0099cc. Color #189dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011101 10111010
Octal 30 235 272
Decimal 24 157 186
Hex 18 9D BA

RGB Percentages of Color #189dba

%6.54
%42.78
%50.68

CMYK Percentages of Color #189dba

%87
%16
%0
%27

Triadic Colors of #189dba

#189dba #ba189d #9dba18

Analogous Colors of #189dba

#189dba #184cba #18ba86

Monochromatic Colors of #189dba

#189dba

Complementary Color

#189dba #ba3518

#189dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#189dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#189dba Color CSS Codes

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

#189dba Text Font Color

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

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


#189dba Background Color

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

This div background color is #189dba


#189dba Border Color

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

This div border color is #189dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #189dba


Comments

No comments written yet.

Please login to write comment.