Color Hex Logo

#095eba Color Hex

#095EBA
(9,94,186)
0 Favorites   0 Comments

Color spaces of #095eba

RGB 994186
HSL0.590.910.38
HSV211°95°73°
CMYK 0.950.490.00   0.27
XYZ12.978311.608748.0110
Yxy11.60870.17880.1599
Hunter Lab34.07158.3678-59.6968
CIE-Lab40.587313.5610-54.6621

#095eba color RGB value is (9,94,186).

#095eba hex color red value is 9, green value is 94 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #095eba hue: 0.59 , saturation: 0.91 and the lightness value of 095eba is 0.38.

The process color (four color CMYK) of #095eba color hex is 0.95, 0.49, 0.00, 0.27. Web safe color of #095eba is #0066cc. Color #095eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011110 10111010
Octal 11 136 272
Decimal 9 94 186
Hex 9 5E BA

RGB Percentages of Color #095eba

%3.11
%32.53
%64.36

CMYK Percentages of Color #095eba

%95
%49
%0
%27

Triadic Colors of #095eba

#095eba #ba095e #5eba09

Analogous Colors of #095eba

#095eba #0c09ba #09b7ba

Monochromatic Colors of #095eba

#095eba

Complementary Color

#095eba #ba6509

#095eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#095eba Color CSS Codes

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

#095eba Text Font Color

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

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


#095eba Background Color

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

This div background color is #095eba


#095eba Border Color

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

This div border color is #095eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095eba


Comments

No comments written yet.

Please login to write comment.