Color Hex Logo

#199cae Color Hex

#199CAE
(25,156,174)
0 Favorites   0 Comments

Color spaces of #199cae

RGB 25156174
HSL0.520.750.39
HSV187°86°68°
CMYK 0.860.100.00   0.32
XYZ19.929427.039644.2132
Yxy27.03960.21860.2965
Hunter Lab51.9996-22.5873-14.0122
CIE-Lab59.0110-26.2783-18.7726

#199cae color RGB value is (25,156,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011100 10101110
Octal 31 234 256
Decimal 25 156 174
Hex 19 9C AE

RGB Percentages of Color #199cae

%7.04
%43.94
%49.01

CMYK Percentages of Color #199cae

%86
%10
%0
%32

Triadic Colors of #199cae

#199cae #ae199c #9cae19

Analogous Colors of #199cae

#199cae #1952ae #19ae76

Monochromatic Colors of #199cae

#199cae

Complementary Color

#199cae #ae2b19

#199cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#199cae Color CSS Codes

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

#199cae Text Font Color

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

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


#199cae Background Color

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

This div background color is #199cae


#199cae Border Color

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

This div border color is #199cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199cae


Comments

No comments written yet.

Please login to write comment.