Color Hex Logo

#189add Color Hex

#189ADD
(24,154,221)
0 Favorites   0 Comments

Color spaces of #189add

RGB 24154221
HSL0.560.800.48
HSV200°89°87°
CMYK 0.890.300.00   0.13
XYZ24.983428.525972.5959
Yxy28.52590.19810.2262
Hunter Lab53.4096-9.9700-43.2019
CIE-Lab60.3609-8.8536-43.0652

#189add color RGB value is (24,154,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011010 11011101
Octal 30 232 335
Decimal 24 154 221
Hex 18 9A DD

RGB Percentages of Color #189add

%6.02
%38.60
%55.39

CMYK Percentages of Color #189add

%89
%30
%0
%13

Triadic Colors of #189add

#189add #dd189a #9add18

Analogous Colors of #189add

#189add #1838dd #18ddbe

Monochromatic Colors of #189add

#189add

Complementary Color

#189add #dd5b18

#189add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#189add Color Preview on White Background

Lorem ipsum dolor sit amet.

#189add Color CSS Codes

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

#189add Text Font Color

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

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


#189add Background Color

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

This div background color is #189add


#189add Border Color

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

This div border color is #189add


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,154,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 #189add">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #189add


Comments

No comments written yet.

Please login to write comment.