Color Hex Logo

#09858a Color Hex

#09858A
(9,133,138)
0 Favorites   0 Comments

Color spaces of #09858a

RGB 9133138
HSL0.510.880.29
HSV182°93°54°
CMYK 0.930.040.00   0.46
XYZ13.087618.668126.9583
Yxy18.66810.22290.3179
Hunter Lab43.2066-21.5426-6.7488
CIE-Lab50.2966-27.5686-11.2814

#09858a color RGB value is (9,133,138).

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

The process color (four color CMYK) of #09858a color hex is 0.93, 0.04, 0.00, 0.46. Web safe color of #09858a is #009999. Color #09858a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000101 10001010
Octal 11 205 212
Decimal 9 133 138
Hex 9 85 8A

RGB Percentages of Color #09858a

%3.21
%47.50
%49.29

CMYK Percentages of Color #09858a

%93
%4
%0
%46

Triadic Colors of #09858a

#09858a #8a0985 #858a09

Analogous Colors of #09858a

#09858a #09458a #098a4f

Monochromatic Colors of #09858a

#09858a

Complementary Color

#09858a #8a0e09

#09858a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09858a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09858a Color CSS Codes

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

#09858a Text Font Color

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

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


#09858a Background Color

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

This div background color is #09858a


#09858a Border Color

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

This div border color is #09858a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09858a


Comments

No comments written yet.

Please login to write comment.