Color Hex Logo

#189bad Color Hex

#189BAD
(24,155,173)
0 Favorites   0 Comments

Color spaces of #189bad

RGB 24155173
HSL0.520.760.39
HSV187°86°68°
CMYK 0.860.100.00   0.32
XYZ19.640926.654043.6447
Yxy26.65400.21840.2964
Hunter Lab51.6275-22.4405-13.9831
CIE-Lab58.6527-26.1744-18.7529

#189bad color RGB value is (24,155,173).

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

The process color (four color CMYK) of #189bad color hex is 0.86, 0.10, 0.00, 0.32. Web safe color of #189bad is #009999. Color #189bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011011 10101101
Octal 30 233 255
Decimal 24 155 173
Hex 18 9B AD

RGB Percentages of Color #189bad

%6.82
%44.03
%49.15

CMYK Percentages of Color #189bad

%86
%10
%0
%32

Triadic Colors of #189bad

#189bad #ad189b #9bad18

Analogous Colors of #189bad

#189bad #1851ad #18ad75

Monochromatic Colors of #189bad

#189bad

Complementary Color

#189bad #ad2a18

#189bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#189bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#189bad Color CSS Codes

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

#189bad Text Font Color

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

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


#189bad Background Color

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

This div background color is #189bad


#189bad Border Color

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

This div border color is #189bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #189bad


Comments

No comments written yet.

Please login to write comment.