Color Hex Logo

#189fda Color Hex

#189FDA
(24,159,218)
0 Favorites   0 Comments

Color spaces of #189fda

RGB 24159218
HSL0.550.800.47
HSV198°89°85°
CMYK 0.890.270.00   0.15
XYZ25.429730.052470.7901
Yxy30.05240.20140.2380
Hunter Lab54.8201-13.1333-38.1881
CIE-Lab61.6994-12.7270-39.2965

#189fda color RGB value is (24,159,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011111 11011010
Octal 30 237 332
Decimal 24 159 218
Hex 18 9F DA

RGB Percentages of Color #189fda

%5.99
%39.65
%54.36

CMYK Percentages of Color #189fda

%89
%27
%0
%15

Triadic Colors of #189fda

#189fda #da189f #9fda18

Analogous Colors of #189fda

#189fda #183eda #18dab4

Monochromatic Colors of #189fda

#189fda

Complementary Color

#189fda #da5318

#189fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#189fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#189fda Color CSS Codes

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

#189fda Text Font Color

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

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


#189fda Background Color

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

This div background color is #189fda


#189fda Border Color

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

This div border color is #189fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #189fda


Comments

No comments written yet.

Please login to write comment.