Color Hex Logo

#198eab Color Hex

#198EAB
(25,142,171)
1 Favorites   0 Comments

Color spaces of #198eab

RGB 25142171
HSL0.530.740.38
HSV192°85°67°
CMYK 0.850.170.00   0.33
XYZ17.424622.492941.9513
Yxy22.49290.21280.2747
Hunter Lab47.4267-17.4156-19.2463
CIE-Lab54.5461-20.0390-23.9007

#198eab color RGB value is (25,142,171).

#198eab hex color red value is 25, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #198eab hue: 0.53 , saturation: 0.74 and the lightness value of 198eab is 0.38.

The process color (four color CMYK) of #198eab color hex is 0.85, 0.17, 0.00, 0.33. Web safe color of #198eab is #009999. Color #198eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001110 10101011
Octal 31 216 253
Decimal 25 142 171
Hex 19 8E AB

RGB Percentages of Color #198eab

%7.40
%42.01
%50.59

CMYK Percentages of Color #198eab

%85
%17
%0
%33

Triadic Colors of #198eab

#198eab #ab198e #8eab19

Analogous Colors of #198eab

#198eab #1945ab #19ab7f

Monochromatic Colors of #198eab

#198eab

Complementary Color

#198eab #ab3619

#198eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#198eab Color CSS Codes

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

#198eab Text Font Color

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

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


#198eab Background Color

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

This div background color is #198eab


#198eab Border Color

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

This div border color is #198eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198eab


Comments

No comments written yet.

Please login to write comment.