Color Hex Logo

#095eeb Color Hex

#095EEB
(9,94,235)
0 Favorites   0 Comments

Color spaces of #095eeb

RGB 994235
HSL0.600.930.48
HSV217°96°92°
CMYK 0.960.600.00   0.08
XYZ19.110814.061680.3042
Yxy14.06160.16840.1239
Hunter Lab37.498825.3474-100.7212
CIE-Lab44.321132.9158-76.6972

#095eeb color RGB value is (9,94,235).

#095eeb hex color red value is 9, green value is 94 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #095eeb hue: 0.60 , saturation: 0.93 and the lightness value of 095eeb is 0.48.

The process color (four color CMYK) of #095eeb color hex is 0.96, 0.60, 0.00, 0.08. Web safe color of #095eeb is #0066ff. Color #095eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011110 11101011
Octal 11 136 353
Decimal 9 94 235
Hex 9 5E EB

RGB Percentages of Color #095eeb

%2.66
%27.81
%69.53

CMYK Percentages of Color #095eeb

%96
%60
%0
%8

Triadic Colors of #095eeb

#095eeb #eb095e #5eeb09

Analogous Colors of #095eeb

#095eeb #2509eb #09cfeb

Monochromatic Colors of #095eeb

#095eeb

Complementary Color

#095eeb #eb9609

#095eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#095eeb Color CSS Codes

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

#095eeb Text Font Color

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

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


#095eeb Background Color

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

This div background color is #095eeb


#095eeb Border Color

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

This div border color is #095eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095eeb


Comments

No comments written yet.

Please login to write comment.