Color Hex Logo

#09665b Color Hex

#09665B
(9,102,91)
0 Favorites   0 Comments

Color spaces of #09665b

RGB 910291
HSL0.480.840.22
HSV173°91°40°
CMYK 0.910.000.11   0.60
XYZ6.752410.316211.5329
Yxy10.31620.23610.3607
Hunter Lab32.1188-18.68161.1940
CIE-Lab38.4041-27.4178-0.8286

#09665b color RGB value is (9,102,91).

#09665b hex color red value is 9, green value is 102 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #09665b hue: 0.48 , saturation: 0.84 and the lightness value of 09665b is 0.22.

The process color (four color CMYK) of #09665b color hex is 0.91, 0.00, 0.11, 0.60. Web safe color of #09665b is #006666. Color #09665b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100110 01011011
Octal 11 146 133
Decimal 9 102 91
Hex 9 66 5B

RGB Percentages of Color #09665b

%4.46
%50.50
%45.05

CMYK Percentages of Color #09665b

%91
%0
%11
%60

Triadic Colors of #09665b

#09665b #5b0966 #665b09

Analogous Colors of #09665b

#09665b #094366 #09662d

Monochromatic Colors of #09665b

#09665b

Complementary Color

#09665b #660914

#09665b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09665b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09665b Color CSS Codes

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

#09665b Text Font Color

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

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


#09665b Background Color

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

This div background color is #09665b


#09665b Border Color

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

This div border color is #09665b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09665b


Comments

No comments written yet.

Please login to write comment.