Color Hex Logo

#0090ac Color Hex

#0090AC
(0,144,172)
0 Favorites   0 Comments

Color spaces of #0090ac

RGB 0144172
HSL0.531.000.34
HSV190°100°67°
CMYK 1.000.160.00   0.33
XYZ17.419722.925142.5366
Yxy22.92510.21020.2766
Hunter Lab47.8802-18.8486-19.1570
CIE-Lab54.9951-22.0009-23.8003

#0090ac color RGB value is (0,144,172).

#0090ac hex color red value is 0, green value is 144 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0090ac hue: 0.53 , saturation: 1.00 and the lightness value of 0090ac is 0.34.

The process color (four color CMYK) of #0090ac color hex is 1.00, 0.16, 0.00, 0.33. Web safe color of #0090ac is #009999. Color #0090ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010000 10101100
Octal 0 220 254
Decimal 0 144 172
Hex 0 90 AC

RGB Percentages of Color #0090ac

%0.00
%45.57
%54.43

CMYK Percentages of Color #0090ac

%100
%16
%0
%33

Triadic Colors of #0090ac

#0090ac #ac0090 #90ac00

Analogous Colors of #0090ac

#0090ac #003aac #00ac72

Monochromatic Colors of #0090ac

#0090ac

Complementary Color

#0090ac #ac1c00

#0090ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0090ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0090ac Color CSS Codes

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

#0090ac Text Font Color

<p style="color:#0090ac">Text here</p>

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


#0090ac Background Color

<div style="background-color:#0090ac">
Div content here</div>

This div background color is #0090ac


#0090ac Border Color

<div style="border:3px solid #0090ac">
Div here</div>

This div border color is #0090ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,144,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0090ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0090ac;
  -webkit-box-shadow: 1px 1px 3px 2px #0090ac;
  box-shadow:         1px 1px 3px 2px #0090ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,144,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0090ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0090ac

#0090ac Color Palettes


Comments

No comments written yet.

Please login to write comment.