Color Hex Logo

#09556f Color Hex

#09556F
(9,85,111)
0 Favorites   0 Comments

Color spaces of #09556f

RGB 985111
HSL0.540.850.24
HSV195°92°44°
CMYK 0.920.230.00   0.56
XYZ6.23047.702816.1973
Yxy7.70280.20680.2556
Hunter Lab27.7539-8.4984-15.1741
CIE-Lab33.3561-11.1394-20.8752

#09556f color RGB value is (9,85,111).

#09556f hex color red value is 9, green value is 85 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #09556f hue: 0.54 , saturation: 0.85 and the lightness value of 09556f is 0.24.

The process color (four color CMYK) of #09556f color hex is 0.92, 0.23, 0.00, 0.56. Web safe color of #09556f is #006666. Color #09556f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010101 01101111
Octal 11 125 157
Decimal 9 85 111
Hex 9 55 6F

RGB Percentages of Color #09556f

%4.39
%41.46
%54.15

CMYK Percentages of Color #09556f

%92
%23
%0
%56

Triadic Colors of #09556f

#09556f #6f0955 #556f09

Analogous Colors of #09556f

#09556f #09226f #096f56

Monochromatic Colors of #09556f

#09556f

Complementary Color

#09556f #6f2309

#09556f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09556f Color Preview on White Background

Lorem ipsum dolor sit amet.

#09556f Color CSS Codes

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

#09556f Text Font Color

<p style="color:#09556f">Text here</p>

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


#09556f Background Color

<div style="background-color:#09556f">
Div content here</div>

This div background color is #09556f


#09556f Border Color

<div style="border:3px solid #09556f">
Div here</div>

This div border color is #09556f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,85,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09556f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09556f;
  -webkit-box-shadow: 1px 1px 3px 2px #09556f;
  box-shadow:         1px 1px 3px 2px #09556f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09556f


Comments

No comments written yet.

Please login to write comment.