Color Hex Logo

#0980ae Color Hex

#0980AE
(9,128,174)
0 Favorites   0 Comments

Color spaces of #0980ae

RGB 9128174
HSL0.550.900.36
HSV197°95°68°
CMYK 0.950.260.00   0.32
XYZ15.471818.552442.8099
Yxy18.55240.20140.2415
Hunter Lab43.0725-11.2590-28.7778
CIE-Lab50.1594-12.1646-32.4503

#0980ae color RGB value is (9,128,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000000 10101110
Octal 11 200 256
Decimal 9 128 174
Hex 9 80 AE

RGB Percentages of Color #0980ae

%2.89
%41.16
%55.95

CMYK Percentages of Color #0980ae

%95
%26
%0
%32

Triadic Colors of #0980ae

#0980ae #ae0980 #80ae09

Analogous Colors of #0980ae

#0980ae #092eae #09ae8a

Monochromatic Colors of #0980ae

#0980ae

Complementary Color

#0980ae #ae3709

#0980ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0980ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0980ae Color CSS Codes

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

#0980ae Text Font Color

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

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


#0980ae Background Color

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

This div background color is #0980ae


#0980ae Border Color

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

This div border color is #0980ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0980ae


Comments

No comments written yet.

Please login to write comment.