Color Hex Logo

#1990ae Color Hex

#1990AE
(25,144,174)
0 Favorites   0 Comments

Color spaces of #1990ae

RGB 25144174
HSL0.530.750.39
HSV192°86°68°
CMYK 0.860.170.00   0.32
XYZ18.014123.209243.5748
Yxy23.20920.21240.2737
Hunter Lab48.1759-17.5626-19.9043
CIE-Lab55.2872-20.0655-24.4767

#1990ae color RGB value is (25,144,174).

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

The process color (four color CMYK) of #1990ae color hex is 0.86, 0.17, 0.00, 0.32. Web safe color of #1990ae is #009999. Color #1990ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10010000 10101110
Octal 31 220 256
Decimal 25 144 174
Hex 19 90 AE

RGB Percentages of Color #1990ae

%7.29
%41.98
%50.73

CMYK Percentages of Color #1990ae

%86
%17
%0
%32

Triadic Colors of #1990ae

#1990ae #ae1990 #90ae19

Analogous Colors of #1990ae

#1990ae #1946ae #19ae82

Monochromatic Colors of #1990ae

#1990ae

Complementary Color

#1990ae #ae3719

#1990ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1990ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1990ae Color CSS Codes

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

#1990ae Text Font Color

<p style="color:#1990ae">Text here</p>

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


#1990ae Background Color

<div style="background-color:#1990ae">
Div content here</div>

This div background color is #1990ae


#1990ae Border Color

<div style="border:3px solid #1990ae">
Div here</div>

This div border color is #1990ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1990ae


Comments

No comments written yet.

Please login to write comment.