Color Hex Logo

#199cad Color Hex

#199CAD
(25,156,173)
0 Favorites   0 Comments

Color spaces of #199cad

RGB 25156173
HSL0.520.750.39
HSV187°86°68°
CMYK 0.860.100.00   0.32
XYZ19.832227.000743.7016
Yxy27.00070.21910.2982
Hunter Lab51.9622-22.8065-13.4909
CIE-Lab58.9750-26.6069-18.2612

#199cad color RGB value is (25,156,173).

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

The process color (four color CMYK) of #199cad color hex is 0.86, 0.10, 0.00, 0.32. Web safe color of #199cad is #009999. Color #199cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011100 10101101
Octal 31 234 255
Decimal 25 156 173
Hex 19 9C AD

RGB Percentages of Color #199cad

%7.06
%44.07
%48.87

CMYK Percentages of Color #199cad

%86
%10
%0
%32

Triadic Colors of #199cad

#199cad #ad199c #9cad19

Analogous Colors of #199cad

#199cad #1952ad #19ad74

Monochromatic Colors of #199cad

#199cad

Complementary Color

#199cad #ad2a19

#199cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#199cad Color CSS Codes

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

#199cad Text Font Color

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

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


#199cad Background Color

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

This div background color is #199cad


#199cad Border Color

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

This div border color is #199cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199cad


Comments

No comments written yet.

Please login to write comment.