Color Hex Logo

#199cab Color Hex

#199CAB
(25,156,171)
0 Favorites   0 Comments

Color spaces of #199cab

RGB 25156171
HSL0.520.740.38
HSV186°85°67°
CMYK 0.850.090.00   0.33
XYZ19.640126.923942.6898
Yxy26.92390.22000.3017
Hunter Lab51.8882-23.2408-12.4576
CIE-Lab58.9038-27.2608-17.2365

#199cab color RGB value is (25,156,171).

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

The process color (four color CMYK) of #199cab color hex is 0.85, 0.09, 0.00, 0.33. Web safe color of #199cab is #009999. Color #199cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011100 10101011
Octal 31 234 253
Decimal 25 156 171
Hex 19 9C AB

RGB Percentages of Color #199cab

%7.10
%44.32
%48.58

CMYK Percentages of Color #199cab

%85
%9
%0
%33

Triadic Colors of #199cab

#199cab #ab199c #9cab19

Analogous Colors of #199cab

#199cab #1953ab #19ab71

Monochromatic Colors of #199cab

#199cab

Complementary Color

#199cab #ab2819

#199cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#199cab Color CSS Codes

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

#199cab Text Font Color

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

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


#199cab Background Color

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

This div background color is #199cab


#199cab Border Color

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

This div border color is #199cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199cab


Comments

No comments written yet.

Please login to write comment.