Color Hex Logo

#09767e Color Hex

#09767E
(9,118,126)
0 Favorites   0 Comments

Color spaces of #09767e

RGB 9118126
HSL0.510.870.26
HSV184°93°49°
CMYK 0.930.060.00   0.51
XYZ10.357014.521321.9957
Yxy14.52130.22100.3098
Hunter Lab38.1068-18.1727-7.5481
CIE-Lab44.9714-23.9891-12.2285

#09767e color RGB value is (9,118,126).

#09767e hex color red value is 9, green value is 118 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #09767e hue: 0.51 , saturation: 0.87 and the lightness value of 09767e is 0.26.

The process color (four color CMYK) of #09767e color hex is 0.93, 0.06, 0.00, 0.51. Web safe color of #09767e is #006666. Color #09767e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110110 01111110
Octal 11 166 176
Decimal 9 118 126
Hex 9 76 7E

RGB Percentages of Color #09767e

%3.56
%46.64
%49.80

CMYK Percentages of Color #09767e

%93
%6
%0
%51

Triadic Colors of #09767e

#09767e #7e0976 #767e09

Analogous Colors of #09767e

#09767e #093b7e #097e4c

Monochromatic Colors of #09767e

#09767e

Complementary Color

#09767e #7e1109

#09767e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09767e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09767e Color CSS Codes

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

#09767e Text Font Color

<p style="color:#09767e">Text here</p>

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


#09767e Background Color

<div style="background-color:#09767e">
Div content here</div>

This div background color is #09767e


#09767e Border Color

<div style="border:3px solid #09767e">
Div here</div>

This div border color is #09767e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,118,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09767e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09767e;
  -webkit-box-shadow: 1px 1px 3px 2px #09767e;
  box-shadow:         1px 1px 3px 2px #09767e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09767e


Comments

No comments written yet.

Please login to write comment.