Color Hex Logo

#189980 Color Hex

#189980
(24,153,128)
0 Favorites   0 Comments

Color spaces of #189980

RGB 24153128
HSL0.470.730.35
HSV168°84°60°
CMYK 0.840.000.16   0.40
XYZ15.664224.535224.3322
Yxy24.53520.24270.3802
Hunter Lab49.5330-30.23445.5480
CIE-Lab56.6197-38.88393.8385

#189980 color RGB value is (24,153,128).

#189980 hex color red value is 24, green value is 153 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #189980 hue: 0.47 , saturation: 0.73 and the lightness value of 189980 is 0.35.

The process color (four color CMYK) of #189980 color hex is 0.84, 0.00, 0.16, 0.40. Web safe color of #189980 is #009999. Color #189980 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011001 10000000
Octal 30 231 200
Decimal 24 153 128
Hex 18 99 80

RGB Percentages of Color #189980

%7.87
%50.16
%41.97

CMYK Percentages of Color #189980

%84
%0
%16
%40

Triadic Colors of #189980

#189980 #801899 #998018

Analogous Colors of #189980

#189980 #187299 #189940

Monochromatic Colors of #189980

#189980

Complementary Color

#189980 #991831

#189980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#189980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#189980 Color CSS Codes

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

#189980 Text Font Color

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

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


#189980 Background Color

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

This div background color is #189980


#189980 Border Color

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

This div border color is #189980


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,153,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #189980; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #189980;
  -webkit-box-shadow: 1px 1px 3px 2px #189980;
  box-shadow:         1px 1px 3px 2px #189980; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #189980


Comments

No comments written yet.

Please login to write comment.