Color Hex Logo

#0996ae Color Hex

#0996AE
(9,150,174)
0 Favorites   0 Comments

Color spaces of #0996ae

RGB 9150174
HSL0.520.900.36
HSV189°95°68°
CMYK 0.950.140.00   0.32
XYZ18.659024.926843.8723
Yxy24.92680.21330.2850
Hunter Lab49.9267-20.6614-17.1514
CIE-Lab57.0040-24.0785-21.8513

#0996ae color RGB value is (9,150,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010110 10101110
Octal 11 226 256
Decimal 9 150 174
Hex 9 96 AE

RGB Percentages of Color #0996ae

%2.70
%45.05
%52.25

CMYK Percentages of Color #0996ae

%95
%14
%0
%32

Triadic Colors of #0996ae

#0996ae #ae0996 #96ae09

Analogous Colors of #0996ae

#0996ae #0943ae #09ae74

Monochromatic Colors of #0996ae

#0996ae

Complementary Color

#0996ae #ae2109

#0996ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0996ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0996ae Color CSS Codes

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

#0996ae Text Font Color

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

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


#0996ae Background Color

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

This div background color is #0996ae


#0996ae Border Color

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

This div border color is #0996ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0996ae


Comments

No comments written yet.

Please login to write comment.