Color Hex Logo

#09868a Color Hex

#09868A
(9,134,138)
0 Favorites   0 Comments

Color spaces of #09868a

RGB 9134138
HSL0.510.880.29
HSV182°93°54°
CMYK 0.930.030.00   0.46
XYZ13.225218.943227.0041
Yxy18.94320.22350.3201
Hunter Lab43.5238-21.9274-6.3195
CIE-Lab50.6207-28.0638-10.7937

#09868a color RGB value is (9,134,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000110 10001010
Octal 11 206 212
Decimal 9 134 138
Hex 9 86 8A

RGB Percentages of Color #09868a

%3.20
%47.69
%49.11

CMYK Percentages of Color #09868a

%93
%3
%0
%46

Triadic Colors of #09868a

#09868a #8a0986 #868a09

Analogous Colors of #09868a

#09868a #09468a #098a4e

Monochromatic Colors of #09868a

#09868a

Complementary Color

#09868a #8a0d09

#09868a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09868a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09868a Color CSS Codes

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

#09868a Text Font Color

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

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


#09868a Background Color

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

This div background color is #09868a


#09868a Border Color

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

This div border color is #09868a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,134,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 #09868a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09868a


Comments

No comments written yet.

Please login to write comment.