Color Hex Logo

#095268 Color Hex

#095268
(9,82,104)
0 Favorites   0 Comments

Color spaces of #095268

RGB 982104
HSL0.540.840.22
HSV194°91°41°
CMYK 0.910.210.00   0.59
XYZ5.62867.092114.1690
Yxy7.09210.20930.2637
Hunter Lab26.6310-8.8773-12.9035
CIE-Lab32.0157-12.0736-18.5642

#095268 color RGB value is (9,82,104).

#095268 hex color red value is 9, green value is 82 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #095268 hue: 0.54 , saturation: 0.84 and the lightness value of 095268 is 0.22.

The process color (four color CMYK) of #095268 color hex is 0.91, 0.21, 0.00, 0.59. Web safe color of #095268 is #006666. Color #095268 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010010 01101000
Octal 11 122 150
Decimal 9 82 104
Hex 9 52 68

RGB Percentages of Color #095268

%4.62
%42.05
%53.33

CMYK Percentages of Color #095268

%91
%21
%0
%59

Triadic Colors of #095268

#095268 #680952 #526809

Analogous Colors of #095268

#095268 #092368 #09684f

Monochromatic Colors of #095268

#095268

Complementary Color

#095268 #681f09

#095268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#095268 Color CSS Codes

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

#095268 Text Font Color

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

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


#095268 Background Color

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

This div background color is #095268


#095268 Border Color

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

This div border color is #095268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095268


Comments

No comments written yet.

Please login to write comment.