Color Hex Logo

#099beb Color Hex

#099BEB
(9,155,235)
0 Favorites   0 Comments

Color spaces of #099beb

RGB 9155235
HSL0.560.930.48
HSV201°96°92°
CMYK 0.960.340.00   0.08
XYZ26.829429.498982.8771
Yxy29.49890.19270.2119
Hunter Lab54.3129-6.8724-52.4527
CIE-Lab61.2194-4.8522-49.4718

#099beb color RGB value is (9,155,235).

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

The process color (four color CMYK) of #099beb color hex is 0.96, 0.34, 0.00, 0.08. Web safe color of #099beb is #0099ff. Color #099beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011011 11101011
Octal 11 233 353
Decimal 9 155 235
Hex 9 9B EB

RGB Percentages of Color #099beb

%2.26
%38.85
%58.90

CMYK Percentages of Color #099beb

%96
%34
%0
%8

Triadic Colors of #099beb

#099beb #eb099b #9beb09

Analogous Colors of #099beb

#099beb #092aeb #09ebca

Monochromatic Colors of #099beb

#099beb

Complementary Color

#099beb #eb5909

#099beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#099beb Color CSS Codes

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

#099beb Text Font Color

<p style="color:#099beb">Text here</p>

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


#099beb Background Color

<div style="background-color:#099beb">
Div content here</div>

This div background color is #099beb


#099beb Border Color

<div style="border:3px solid #099beb">
Div here</div>

This div border color is #099beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099beb


Comments

No comments written yet.

Please login to write comment.