Color Hex Logo

#0092ac Color Hex

#0092AC
(0,146,172)
0 Favorites   0 Comments

Color spaces of #0092ac

RGB 0146172
HSL0.531.000.34
HSV189°100°67°
CMYK 1.000.150.00   0.33
XYZ17.725323.536342.6385
Yxy23.53630.21130.2805
Hunter Lab48.5142-19.6826-18.1492
CIE-Lab55.6205-23.0454-22.8387

#0092ac color RGB value is (0,146,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010010 10101100
Octal 0 222 254
Decimal 0 146 172
Hex 0 92 AC

RGB Percentages of Color #0092ac

%0.00
%45.91
%54.09

CMYK Percentages of Color #0092ac

%100
%15
%0
%33

Triadic Colors of #0092ac

#0092ac #ac0092 #92ac00

Analogous Colors of #0092ac

#0092ac #003cac #00ac70

Monochromatic Colors of #0092ac

#0092ac

Complementary Color

#0092ac #ac1a00

#0092ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0092ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0092ac Color CSS Codes

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

#0092ac Text Font Color

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

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


#0092ac Background Color

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

This div background color is #0092ac


#0092ac Border Color

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

This div border color is #0092ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,146,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 #0092ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0092ac


Comments

No comments written yet.

Please login to write comment.