Color Hex Logo

#1980ae Color Hex

#1980AE
(25,128,174)
0 Favorites   0 Comments

Color spaces of #1980ae

RGB 25128174
HSL0.550.750.39
HSV199°86°68°
CMYK 0.860.260.00   0.32
XYZ15.760118.701042.8234
Yxy18.70100.20390.2420
Hunter Lab43.2447-10.6255-28.4412
CIE-Lab50.3355-11.2386-32.1619

#1980ae color RGB value is (25,128,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10000000 10101110
Octal 31 200 256
Decimal 25 128 174
Hex 19 80 AE

RGB Percentages of Color #1980ae

%7.65
%39.14
%53.21

CMYK Percentages of Color #1980ae

%86
%26
%0
%32

Triadic Colors of #1980ae

#1980ae #ae1980 #80ae19

Analogous Colors of #1980ae

#1980ae #1936ae #19ae92

Monochromatic Colors of #1980ae

#1980ae

Complementary Color

#1980ae #ae4719

#1980ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1980ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1980ae Color CSS Codes

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

#1980ae Text Font Color

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

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


#1980ae Background Color

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

This div background color is #1980ae


#1980ae Border Color

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

This div border color is #1980ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1980ae


Comments

No comments written yet.

Please login to write comment.