Color Hex Logo

#09858d Color Hex

#09858D
(9,133,141)
0 Favorites   0 Comments

Color spaces of #09858d

RGB 9133141
HSL0.510.880.29
HSV184°94°55°
CMYK 0.940.060.00   0.45
XYZ13.307918.756228.1182
Yxy18.75620.22110.3117
Hunter Lab43.3084-20.9399-8.1784
CIE-Lab50.4007-26.5768-12.8777

#09858d color RGB value is (9,133,141).

#09858d hex color red value is 9, green value is 133 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #09858d hue: 0.51 , saturation: 0.88 and the lightness value of 09858d is 0.29.

The process color (four color CMYK) of #09858d color hex is 0.94, 0.06, 0.00, 0.45. Web safe color of #09858d is #009999. Color #09858d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000101 10001101
Octal 11 205 215
Decimal 9 133 141
Hex 9 85 8D

RGB Percentages of Color #09858d

%3.18
%47.00
%49.82

CMYK Percentages of Color #09858d

%94
%6
%0
%45

Triadic Colors of #09858d

#09858d #8d0985 #858d09

Analogous Colors of #09858d

#09858d #09438d #098d53

Monochromatic Colors of #09858d

#09858d

Complementary Color

#09858d #8d1109

#09858d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09858d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09858d Color CSS Codes

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

#09858d Text Font Color

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

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


#09858d Background Color

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

This div background color is #09858d


#09858d Border Color

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

This div border color is #09858d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09858d


Comments

No comments written yet.

Please login to write comment.