Color Hex Logo

#09565a Color Hex

#09565A
(9,86,90)
0 Favorites   0 Comments

Color spaces of #09565a

RGB 98690
HSL0.510.820.19
HSV183°90°35°
CMYK 0.900.040.00   0.65
XYZ5.28597.451810.8326
Yxy7.45180.22430.3162
Hunter Lab27.2980-13.2073-4.4193
CIE-Lab32.8141-19.5534-8.5110

#09565a color RGB value is (9,86,90).

#09565a hex color red value is 9, green value is 86 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #09565a hue: 0.51 , saturation: 0.82 and the lightness value of 09565a is 0.19.

The process color (four color CMYK) of #09565a color hex is 0.90, 0.04, 0.00, 0.65. Web safe color of #09565a is #006666. Color #09565a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010110 01011010
Octal 11 126 132
Decimal 9 86 90
Hex 9 56 5A

RGB Percentages of Color #09565a

%4.86
%46.49
%48.65

CMYK Percentages of Color #09565a

%90
%4
%0
%65

Triadic Colors of #09565a

#09565a #5a0956 #565a09

Analogous Colors of #09565a

#09565a #092d5a #095a36

Monochromatic Colors of #09565a

#09565a

Complementary Color

#09565a #5a0d09

#09565a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09565a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09565a Color CSS Codes

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

#09565a Text Font Color

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

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


#09565a Background Color

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

This div background color is #09565a


#09565a Border Color

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

This div border color is #09565a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09565a


Comments

No comments written yet.

Please login to write comment.