Color Hex Logo

#09658e Color Hex

#09658E
(9,101,142)
0 Favorites   0 Comments

Color spaces of #09658e

RGB 9101142
HSL0.550.880.30
HSV198°94°56°
CMYK 0.940.290.00   0.44
XYZ9.648811.318427.2673
Yxy11.31840.20000.2347
Hunter Lab33.6428-7.6810-24.5042
CIE-Lab40.1116-8.6141-29.3197

#09658e color RGB value is (9,101,142).

#09658e hex color red value is 9, green value is 101 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #09658e hue: 0.55 , saturation: 0.88 and the lightness value of 09658e is 0.30.

The process color (four color CMYK) of #09658e color hex is 0.94, 0.29, 0.00, 0.44. Web safe color of #09658e is #006699. Color #09658e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100101 10001110
Octal 11 145 216
Decimal 9 101 142
Hex 9 65 8E

RGB Percentages of Color #09658e

%3.57
%40.08
%56.35

CMYK Percentages of Color #09658e

%94
%29
%0
%44

Triadic Colors of #09658e

#09658e #8e0965 #658e09

Analogous Colors of #09658e

#09658e #09238e #098e75

Monochromatic Colors of #09658e

#09658e

Complementary Color

#09658e #8e3209

#09658e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09658e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09658e Color CSS Codes

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

#09658e Text Font Color

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

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


#09658e Background Color

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

This div background color is #09658e


#09658e Border Color

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

This div border color is #09658e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09658e


Comments

No comments written yet.

Please login to write comment.