Color Hex Logo

#198aae Color Hex

#198AAE
(25,138,174)
0 Favorites   0 Comments

Color spaces of #198aae

RGB 25138174
HSL0.540.750.39
HSV194°86°68°
CMYK 0.860.210.00   0.32
XYZ17.129421.439643.2798
Yxy21.43960.20930.2619
Hunter Lab46.3029-14.9954-23.0069
CIE-Lab53.4273-16.8296-27.3500

#198aae color RGB value is (25,138,174).

#198aae hex color red value is 25, green value is 138 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #198aae hue: 0.54 , saturation: 0.75 and the lightness value of 198aae is 0.39.

The process color (four color CMYK) of #198aae color hex is 0.86, 0.21, 0.00, 0.32. Web safe color of #198aae is #009999. Color #198aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001010 10101110
Octal 31 212 256
Decimal 25 138 174
Hex 19 8A AE

RGB Percentages of Color #198aae

%7.42
%40.95
%51.63

CMYK Percentages of Color #198aae

%86
%21
%0
%32

Triadic Colors of #198aae

#198aae #ae198a #8aae19

Analogous Colors of #198aae

#198aae #1940ae #19ae88

Monochromatic Colors of #198aae

#198aae

Complementary Color

#198aae #ae3d19

#198aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#198aae Color CSS Codes

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

#198aae Text Font Color

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

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


#198aae Background Color

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

This div background color is #198aae


#198aae Border Color

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

This div border color is #198aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198aae


Comments

No comments written yet.

Please login to write comment.