Color Hex Logo

#199caf Color Hex

#199CAF
(25,156,175)
0 Favorites   0 Comments

Color spaces of #199caf

RGB 25156175
HSL0.520.750.39
HSV188°86°69°
CMYK 0.860.110.00   0.31
XYZ20.027227.078844.7286
Yxy27.07880.21810.2949
Hunter Lab52.0373-22.3673-14.5365
CIE-Lab59.0472-25.9494-19.2834

#199caf color RGB value is (25,156,175).

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

The process color (four color CMYK) of #199caf color hex is 0.86, 0.11, 0.00, 0.31. Web safe color of #199caf is #009999. Color #199caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011100 10101111
Octal 31 234 257
Decimal 25 156 175
Hex 19 9C AF

RGB Percentages of Color #199caf

%7.02
%43.82
%49.16

CMYK Percentages of Color #199caf

%86
%11
%0
%31

Triadic Colors of #199caf

#199caf #af199c #9caf19

Analogous Colors of #199caf

#199caf #1951af #19af77

Monochromatic Colors of #199caf

#199caf

Complementary Color

#199caf #af2c19

#199caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#199caf Color CSS Codes

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

#199caf Text Font Color

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

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


#199caf Background Color

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

This div background color is #199caf


#199caf Border Color

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

This div border color is #199caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199caf


Comments

No comments written yet.

Please login to write comment.