Color Hex Logo

#096269 Color Hex

#096269
(9,98,105)
0 Favorites   0 Comments

Color spaces of #096269

RGB 998105
HSL0.510.840.22
HSV184°91°41°
CMYK 0.910.070.00   0.59
XYZ7.03019.813414.8882
Yxy9.81340.22150.3093
Hunter Lab31.3263-14.7630-6.2498
CIE-Lab37.5054-20.7436-10.7857

#096269 color RGB value is (9,98,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100010 01101001
Octal 11 142 151
Decimal 9 98 105
Hex 9 62 69

RGB Percentages of Color #096269

%4.25
%46.23
%49.53

CMYK Percentages of Color #096269

%91
%7
%0
%59

Triadic Colors of #096269

#096269 #690962 #626909

Analogous Colors of #096269

#096269 #093269 #096940

Monochromatic Colors of #096269

#096269

Complementary Color

#096269 #691009

#096269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096269 Color CSS Codes

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

#096269 Text Font Color

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

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


#096269 Background Color

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

This div background color is #096269


#096269 Border Color

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

This div border color is #096269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096269


Comments

No comments written yet.

Please login to write comment.