Color Hex Logo

#095263 Color Hex

#095263
(9,82,99)
0 Favorites   0 Comments

Color spaces of #095263

RGB 98299
HSL0.530.830.21
HSV191°91°39°
CMYK 0.910.170.00   0.61
XYZ5.38216.993512.8706
Yxy6.99350.21320.2770
Hunter Lab26.4452-9.9510-10.3441
CIE-Lab31.7921-13.9976-15.7542

#095263 color RGB value is (9,82,99).

#095263 hex color red value is 9, green value is 82 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #095263 hue: 0.53 , saturation: 0.83 and the lightness value of 095263 is 0.21.

The process color (four color CMYK) of #095263 color hex is 0.91, 0.17, 0.00, 0.61. Web safe color of #095263 is #006666. Color #095263 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010010 01100011
Octal 11 122 143
Decimal 9 82 99
Hex 9 52 63

RGB Percentages of Color #095263

%4.74
%43.16
%52.11

CMYK Percentages of Color #095263

%91
%17
%0
%61

Triadic Colors of #095263

#095263 #630952 #526309

Analogous Colors of #095263

#095263 #092563 #096347

Monochromatic Colors of #095263

#095263

Complementary Color

#095263 #631a09

#095263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#095263 Color CSS Codes

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

#095263 Text Font Color

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

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


#095263 Background Color

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

This div background color is #095263


#095263 Border Color

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

This div border color is #095263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095263


Comments

No comments written yet.

Please login to write comment.