Color Hex Logo

#09585e Color Hex

#09585E
(9,88,94)
0 Favorites   0 Comments

Color spaces of #09585e

RGB 98894
HSL0.510.830.20
HSV184°90°37°
CMYK 0.900.060.00   0.63
XYZ5.62287.845711.8077
Yxy7.84570.22250.3104
Hunter Lab28.0102-13.1855-5.3866
CIE-Lab33.6594-19.2258-9.7546

#09585e color RGB value is (9,88,94).

#09585e hex color red value is 9, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #09585e hue: 0.51 , saturation: 0.83 and the lightness value of 09585e is 0.20.

The process color (four color CMYK) of #09585e color hex is 0.90, 0.06, 0.00, 0.63. Web safe color of #09585e is #006666. Color #09585e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011000 01011110
Octal 11 130 136
Decimal 9 88 94
Hex 9 58 5E

RGB Percentages of Color #09585e

%4.71
%46.07
%49.21

CMYK Percentages of Color #09585e

%90
%6
%0
%63

Triadic Colors of #09585e

#09585e #5e0958 #585e09

Analogous Colors of #09585e

#09585e #092e5e #095e3a

Monochromatic Colors of #09585e

#09585e

Complementary Color

#09585e #5e0f09

#09585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09585e Color CSS Codes

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

#09585e Text Font Color

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

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


#09585e Background Color

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

This div background color is #09585e


#09585e Border Color

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

This div border color is #09585e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09585e


Comments

No comments written yet.

Please login to write comment.