Color Hex Logo

#1990af Color Hex

#1990AF
(25,144,175)
0 Favorites   0 Comments

Color spaces of #1990af

RGB 25144175
HSL0.530.750.39
HSV192°86°69°
CMYK 0.860.180.00   0.31
XYZ18.112023.248344.0902
Yxy23.24830.21200.2721
Hunter Lab48.2165-17.3273-20.4645
CIE-Lab55.3272-19.7186-24.9865

#1990af color RGB value is (25,144,175).

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

The process color (four color CMYK) of #1990af color hex is 0.86, 0.18, 0.00, 0.31. Web safe color of #1990af is #009999. Color #1990af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10010000 10101111
Octal 31 220 257
Decimal 25 144 175
Hex 19 90 AF

RGB Percentages of Color #1990af

%7.27
%41.86
%50.87

CMYK Percentages of Color #1990af

%86
%18
%0
%31

Triadic Colors of #1990af

#1990af #af1990 #90af19

Analogous Colors of #1990af

#1990af #1945af #19af83

Monochromatic Colors of #1990af

#1990af

Complementary Color

#1990af #af3819

#1990af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1990af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1990af Color CSS Codes

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

#1990af Text Font Color

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

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


#1990af Background Color

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

This div background color is #1990af


#1990af Border Color

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

This div border color is #1990af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1990af


Comments

No comments written yet.

Please login to write comment.