Color Hex Logo

#096bae Color Hex

#096BAE
(9,107,174)
0 Favorites   0 Comments

Color spaces of #096bae

RGB 9107174
HSL0.570.900.36
HSV204°95°68°
CMYK 0.950.390.00   0.32
XYZ13.010313.629541.9894
Yxy13.62950.18960.1986
Hunter Lab36.9182-1.7017-41.5916
CIE-Lab43.69680.3694-42.6505

#096bae color RGB value is (9,107,174).

#096bae hex color red value is 9, green value is 107 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #096bae hue: 0.57 , saturation: 0.90 and the lightness value of 096bae is 0.36.

The process color (four color CMYK) of #096bae color hex is 0.95, 0.39, 0.00, 0.32. Web safe color of #096bae is #006699. Color #096bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101011 10101110
Octal 11 153 256
Decimal 9 107 174
Hex 9 6B AE

RGB Percentages of Color #096bae

%3.10
%36.90
%60.00

CMYK Percentages of Color #096bae

%95
%39
%0
%32

Triadic Colors of #096bae

#096bae #ae096b #6bae09

Analogous Colors of #096bae

#096bae #0918ae #09ae9f

Monochromatic Colors of #096bae

#096bae

Complementary Color

#096bae #ae4c09

#096bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#096bae Color CSS Codes

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

#096bae Text Font Color

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

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


#096bae Background Color

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

This div background color is #096bae


#096bae Border Color

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

This div border color is #096bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,107,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #096bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #096bae;
  -webkit-box-shadow: 1px 1px 3px 2px #096bae;
  box-shadow:         1px 1px 3px 2px #096bae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096bae


Comments

No comments written yet.

Please login to write comment.