Color Hex Logo

#099d85 Color Hex

#099D85
(9,157,133)
0 Favorites   0 Comments

Color spaces of #099d85

RGB 9157133
HSL0.470.890.33
HSV170°94°62°
CMYK 0.940.000.15   0.38
XYZ16.403325.865526.3183
Yxy25.86550.23920.3771
Hunter Lab50.8581-31.43004.9190
CIE-Lab57.9092-40.19642.8455

#099d85 color RGB value is (9,157,133).

#099d85 hex color red value is 9, green value is 157 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #099d85 hue: 0.47 , saturation: 0.89 and the lightness value of 099d85 is 0.33.

The process color (four color CMYK) of #099d85 color hex is 0.94, 0.00, 0.15, 0.38. Web safe color of #099d85 is #009999. Color #099d85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011101 10000101
Octal 11 235 205
Decimal 9 157 133
Hex 9 9D 85

RGB Percentages of Color #099d85

%3.01
%52.51
%44.48

CMYK Percentages of Color #099d85

%94
%0
%15
%38

Triadic Colors of #099d85

#099d85 #85099d #9d8509

Analogous Colors of #099d85

#099d85 #096b9d #099d3b

Monochromatic Colors of #099d85

#099d85

Complementary Color

#099d85 #9d0921

#099d85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099d85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#099d85 Color CSS Codes

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

#099d85 Text Font Color

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

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


#099d85 Background Color

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

This div background color is #099d85


#099d85 Border Color

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

This div border color is #099d85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099d85


Comments

No comments written yet.

Please login to write comment.