Color Hex Logo

#095675 Color Hex

#095675
(9,86,117)
0 Favorites   0 Comments

Color spaces of #095675

RGB 986117
HSL0.550.860.25
HSV197°92°46°
CMYK 0.920.260.00   0.54
XYZ6.65137.998018.0228
Yxy7.99800.20360.2448
Hunter Lab28.2807-7.5102-17.9879
CIE-Lab33.9787-9.3818-23.6420

#095675 color RGB value is (9,86,117).

#095675 hex color red value is 9, green value is 86 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #095675 hue: 0.55 , saturation: 0.86 and the lightness value of 095675 is 0.25.

The process color (four color CMYK) of #095675 color hex is 0.92, 0.26, 0.00, 0.54. Web safe color of #095675 is #006666. Color #095675 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010110 01110101
Octal 11 126 165
Decimal 9 86 117
Hex 9 56 75

RGB Percentages of Color #095675

%4.25
%40.57
%55.19

CMYK Percentages of Color #095675

%92
%26
%0
%54

Triadic Colors of #095675

#095675 #750956 #567509

Analogous Colors of #095675

#095675 #092075 #09755e

Monochromatic Colors of #095675

#095675

Complementary Color

#095675 #752809

#095675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#095675 Color CSS Codes

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

#095675 Text Font Color

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

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


#095675 Background Color

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

This div background color is #095675


#095675 Border Color

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

This div border color is #095675


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,86,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #095675; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #095675;
  -webkit-box-shadow: 1px 1px 3px 2px #095675;
  box-shadow:         1px 1px 3px 2px #095675; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095675


Comments

No comments written yet.

Please login to write comment.