Color Hex Logo

#09626b Color Hex

#09626B
(9,98,107)
0 Favorites   0 Comments

Color spaces of #09626b

RGB 998107
HSL0.520.840.23
HSV186°92°42°
CMYK 0.920.080.00   0.58
XYZ7.13429.855015.4361
Yxy9.85500.22000.3039
Hunter Lab31.3927-14.3718-7.1786
CIE-Lab37.5809-20.0382-11.9043

#09626b color RGB value is (9,98,107).

#09626b hex color red value is 9, green value is 98 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #09626b hue: 0.52 , saturation: 0.84 and the lightness value of 09626b is 0.23.

The process color (four color CMYK) of #09626b color hex is 0.92, 0.08, 0.00, 0.58. Web safe color of #09626b is #006666. Color #09626b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100010 01101011
Octal 11 142 153
Decimal 9 98 107
Hex 9 62 6B

RGB Percentages of Color #09626b

%4.21
%45.79
%50.00

CMYK Percentages of Color #09626b

%92
%8
%0
%58

Triadic Colors of #09626b

#09626b #6b0962 #626b09

Analogous Colors of #09626b

#09626b #09316b #096b43

Monochromatic Colors of #09626b

#09626b

Complementary Color

#09626b #6b1209

#09626b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09626b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09626b Color CSS Codes

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

#09626b Text Font Color

<p style="color:#09626b">Text here</p>

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


#09626b Background Color

<div style="background-color:#09626b">
Div content here</div>

This div background color is #09626b


#09626b Border Color

<div style="border:3px solid #09626b">
Div here</div>

This div border color is #09626b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,98,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09626b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09626b;
  -webkit-box-shadow: 1px 1px 3px 2px #09626b;
  box-shadow:         1px 1px 3px 2px #09626b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09626b


Comments

No comments written yet.

Please login to write comment.