Color Hex Logo

#198daf Color Hex

#198DAF
(25,141,175)
0 Favorites   0 Comments

Color spaces of #198daf

RGB 25141175
HSL0.540.750.39
HSV194°86°69°
CMYK 0.860.190.00   0.31
XYZ17.663622.351643.9408
Yxy22.35160.21040.2662
Hunter Lab47.2775-16.0452-22.0113
CIE-Lab54.3981-18.1082-26.4211

#198daf color RGB value is (25,141,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001101 10101111
Octal 31 215 257
Decimal 25 141 175
Hex 19 8D AF

RGB Percentages of Color #198daf

%7.33
%41.35
%51.32

CMYK Percentages of Color #198daf

%86
%19
%0
%31

Triadic Colors of #198daf

#198daf #af198d #8daf19

Analogous Colors of #198daf

#198daf #1942af #19af86

Monochromatic Colors of #198daf

#198daf

Complementary Color

#198daf #af3b19

#198daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#198daf Color CSS Codes

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

#198daf Text Font Color

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

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


#198daf Background Color

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

This div background color is #198daf


#198daf Border Color

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

This div border color is #198daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,141,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 #198daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198daf


Comments

No comments written yet.

Please login to write comment.