Color Hex Logo

#089092 Color Hex

#089092
(8,144,146)
0 Favorites   0 Comments

Color spaces of #089092

RGB 8144146
HSL0.500.900.30
HSV181°95°57°
CMYK 0.950.010.00   0.43
XYZ15.261722.073530.6504
Yxy22.07350.22450.3247
Hunter Lab46.9824-24.2356-5.7919
CIE-Lab54.1049-30.4126-10.2051

#089092 color RGB value is (8,144,146).

#089092 hex color red value is 8, green value is 144 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #089092 hue: 0.50 , saturation: 0.90 and the lightness value of 089092 is 0.30.

The process color (four color CMYK) of #089092 color hex is 0.95, 0.01, 0.00, 0.43. Web safe color of #089092 is #009999. Color #089092 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10010000 10010010
Octal 10 220 222
Decimal 8 144 146
Hex 8 90 92

RGB Percentages of Color #089092

%2.68
%48.32
%48.99

CMYK Percentages of Color #089092

%95
%1
%0
%43

Triadic Colors of #089092

#089092 #920890 #909208

Analogous Colors of #089092

#089092 #084b92 #08924f

Monochromatic Colors of #089092

#089092

Complementary Color

#089092 #920a08

#089092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#089092 Color CSS Codes

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

#089092 Text Font Color

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

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


#089092 Background Color

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

This div background color is #089092


#089092 Border Color

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

This div border color is #089092


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,144,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #089092; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #089092;
  -webkit-box-shadow: 1px 1px 3px 2px #089092;
  box-shadow:         1px 1px 3px 2px #089092; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089092


Comments

No comments written yet.

Please login to write comment.