Color Hex Logo

#095ebd Color Hex

#095EBD
(9,94,189)
0 Favorites   0 Comments

Color spaces of #095ebd

RGB 994189
HSL0.590.910.39
HSV212°95°74°
CMYK 0.950.500.00   0.26
XYZ13.300711.737649.7087
Yxy11.73760.17790.1570
Hunter Lab34.26029.3431-62.0428
CIE-Lab40.796014.7761-56.0759

#095ebd color RGB value is (9,94,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011110 10111101
Octal 11 136 275
Decimal 9 94 189
Hex 9 5E BD

RGB Percentages of Color #095ebd

%3.08
%32.19
%64.73

CMYK Percentages of Color #095ebd

%95
%50
%0
%26

Triadic Colors of #095ebd

#095ebd #bd095e #5ebd09

Analogous Colors of #095ebd

#095ebd #0e09bd #09b8bd

Monochromatic Colors of #095ebd

#095ebd

Complementary Color

#095ebd #bd6809

#095ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#095ebd Color CSS Codes

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

#095ebd Text Font Color

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

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


#095ebd Background Color

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

This div background color is #095ebd


#095ebd Border Color

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

This div border color is #095ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095ebd


Comments

No comments written yet.

Please login to write comment.