Color Hex Logo

#095358 Color Hex

#095358
(9,83,88)
0 Favorites   0 Comments

Color spaces of #095358

RGB 98388
HSL0.510.810.19
HSV184°90°35°
CMYK 0.900.060.00   0.65
XYZ4.96746.949210.3120
Yxy6.94920.22350.3126
Hunter Lab26.3613-12.4967-4.7401
CIE-Lab31.6910-18.6254-8.9384

#095358 color RGB value is (9,83,88).

#095358 hex color red value is 9, green value is 83 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #095358 hue: 0.51 , saturation: 0.81 and the lightness value of 095358 is 0.19.

The process color (four color CMYK) of #095358 color hex is 0.90, 0.06, 0.00, 0.65. Web safe color of #095358 is #006666. Color #095358 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010011 01011000
Octal 11 123 130
Decimal 9 83 88
Hex 9 53 58

RGB Percentages of Color #095358

%5.00
%46.11
%48.89

CMYK Percentages of Color #095358

%90
%6
%0
%65

Triadic Colors of #095358

#095358 #580953 #535809

Analogous Colors of #095358

#095358 #092c58 #095836

Monochromatic Colors of #095358

#095358

Complementary Color

#095358 #580e09

#095358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#095358 Color CSS Codes

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

#095358 Text Font Color

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

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


#095358 Background Color

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

This div background color is #095358


#095358 Border Color

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

This div border color is #095358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095358


Comments

No comments written yet.

Please login to write comment.