Color Hex Logo

#095aae Color Hex

#095AAE
(9,90,174)
0 Favorites   0 Comments

Color spaces of #095aae

RGB 990174
HSL0.580.900.36
HSV211°95°68°
CMYK 0.950.480.00   0.32
XYZ11.408810.426441.4556
Yxy10.42640.18030.1647
Hunter Lab32.28996.5609-53.5168
CIE-Lab38.597111.3117-50.8236

#095aae color RGB value is (9,90,174).

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

The process color (four color CMYK) of #095aae color hex is 0.95, 0.48, 0.00, 0.32. Web safe color of #095aae is #006699. Color #095aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011010 10101110
Octal 11 132 256
Decimal 9 90 174
Hex 9 5A AE

RGB Percentages of Color #095aae

%3.30
%32.97
%63.74

CMYK Percentages of Color #095aae

%95
%48
%0
%32

Triadic Colors of #095aae

#095aae #ae095a #5aae09

Analogous Colors of #095aae

#095aae #0b09ae #09adae

Monochromatic Colors of #095aae

#095aae

Complementary Color

#095aae #ae5d09

#095aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#095aae Color CSS Codes

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

#095aae Text Font Color

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

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


#095aae Background Color

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

This div background color is #095aae


#095aae Border Color

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

This div border color is #095aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,90,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 #095aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095aae


Comments

No comments written yet.

Please login to write comment.