Color Hex Logo

#189daf Color Hex

#189DAF
(24,157,175)
0 Favorites   0 Comments

Color spaces of #189daf

RGB 24157175
HSL0.520.760.39
HSV187°86°69°
CMYK 0.860.100.00   0.31
XYZ20.171527.403344.7837
Yxy27.40330.21840.2967
Hunter Lab52.3482-22.8273-14.0787
CIE-Lab59.3458-26.5235-18.8297

#189daf color RGB value is (24,157,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011101 10101111
Octal 30 235 257
Decimal 24 157 175
Hex 18 9D AF

RGB Percentages of Color #189daf

%6.74
%44.10
%49.16

CMYK Percentages of Color #189daf

%86
%10
%0
%31

Triadic Colors of #189daf

#189daf #af189d #9daf18

Analogous Colors of #189daf

#189daf #1852af #18af76

Monochromatic Colors of #189daf

#189daf

Complementary Color

#189daf #af2a18

#189daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#189daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#189daf Color CSS Codes

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

#189daf Text Font Color

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

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


#189daf Background Color

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

This div background color is #189daf


#189daf Border Color

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

This div border color is #189daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #189daf


Comments

No comments written yet.

Please login to write comment.