Color Hex Logo

#198888 Color Hex

#198888
(25,136,136)
0 Favorites   0 Comments

Color spaces of #198888

RGB 25136136
HSL0.500.690.32
HSV180°82°53°
CMYK 0.820.000.00   0.47
XYZ13.649019.592626.3549
Yxy19.59260.22900.3288
Hunter Lab44.2635-22.4193-4.3173
CIE-Lab51.3734-28.5699-8.4807

#198888 color RGB value is (25,136,136).

#198888 hex color red value is 25, green value is 136 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #198888 hue: 0.50 , saturation: 0.69 and the lightness value of 198888 is 0.32.

The process color (four color CMYK) of #198888 color hex is 0.82, 0.00, 0.00, 0.47. Web safe color of #198888 is #009999. Color #198888 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001000 10001000
Octal 31 210 210
Decimal 25 136 136
Hex 19 88 88

RGB Percentages of Color #198888

%8.42
%45.79
%45.79

CMYK Percentages of Color #198888

%82
%0
%0
%47

Triadic Colors of #198888

#198888 #881988 #888819

Analogous Colors of #198888

#198888 #195088 #198851

Monochromatic Colors of #198888

#198888

Complementary Color

#198888 #881919

#198888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#198888 Color CSS Codes

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

#198888 Text Font Color

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

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


#198888 Background Color

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

This div background color is #198888


#198888 Border Color

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

This div border color is #198888


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,136,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #198888; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #198888;
  -webkit-box-shadow: 1px 1px 3px 2px #198888;
  box-shadow:         1px 1px 3px 2px #198888; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198888


Comments

No comments written yet.

Please login to write comment.