Color Hex Logo

#099090 Color Hex

#099090
(9,144,144)
1 Favorites   0 Comments

Color spaces of #099090

RGB 9144144
HSL0.500.880.30
HSV180°94°56°
CMYK 0.940.000.00   0.44
XYZ15.120022.018229.8386
Yxy22.01820.22570.3287
Hunter Lab46.9236-24.5988-4.8559
CIE-Lab54.0463-31.0037-9.1386

#099090 color RGB value is (9,144,144).

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

The process color (four color CMYK) of #099090 color hex is 0.94, 0.00, 0.00, 0.44. Web safe color of #099090 is #009999. Color #099090 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010000 10010000
Octal 11 220 220
Decimal 9 144 144
Hex 9 90 90

RGB Percentages of Color #099090

%3.03
%48.48
%48.48

CMYK Percentages of Color #099090

%94
%0
%0
%44

Triadic Colors of #099090

#099090 #900990 #909009

Analogous Colors of #099090

#099090 #094c90 #09904d

Monochromatic Colors of #099090

#099090

Complementary Color

#099090 #900909

#099090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#099090 Color CSS Codes

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

#099090 Text Font Color

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

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


#099090 Background Color

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

This div background color is #099090


#099090 Border Color

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

This div border color is #099090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099090


Comments

No comments written yet.

Please login to write comment.