Color Hex Logo

#189cdd Color Hex

#189CDD
(24,156,221)
0 Favorites   0 Comments

Color spaces of #189cdd

RGB 24156221
HSL0.550.800.48
HSV200°89°87°
CMYK 0.890.290.00   0.13
XYZ25.316329.191672.7068
Yxy29.19160.19900.2295
Hunter Lab54.0293-10.9121-41.9657
CIE-Lab60.9504-9.9780-42.1378

#189cdd color RGB value is (24,156,221).

#189cdd hex color red value is 24, green value is 156 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #189cdd hue: 0.55 , saturation: 0.80 and the lightness value of 189cdd is 0.48.

The process color (four color CMYK) of #189cdd color hex is 0.89, 0.29, 0.00, 0.13. Web safe color of #189cdd is #0099cc. Color #189cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011100 11011101
Octal 30 234 335
Decimal 24 156 221
Hex 18 9C DD

RGB Percentages of Color #189cdd

%5.99
%38.90
%55.11

CMYK Percentages of Color #189cdd

%89
%29
%0
%13

Triadic Colors of #189cdd

#189cdd #dd189c #9cdd18

Analogous Colors of #189cdd

#189cdd #183add #18ddbc

Monochromatic Colors of #189cdd

#189cdd

Complementary Color

#189cdd #dd5918

#189cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#189cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#189cdd Color CSS Codes

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

#189cdd Text Font Color

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

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


#189cdd Background Color

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

This div background color is #189cdd


#189cdd Border Color

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

This div border color is #189cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #189cdd


Comments

No comments written yet.

Please login to write comment.