Color Hex Logo

#090ebe Color Hex

#090EBE
(9,14,190)
0 Favorites   0 Comments

Color spaces of #090ebe

RGB 914190
HSL0.660.910.39
HSV238°95°75°
CMYK 0.950.930.00   0.25
XYZ9.56404.089949.0005
Yxy4.08990.15260.0653
Hunter Lab20.223549.0242-129.5002
CIE-Lab23.966460.2919-84.3575

#090ebe color RGB value is (9,14,190).

#090ebe hex color red value is 9, green value is 14 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #090ebe hue: 0.66 , saturation: 0.91 and the lightness value of 090ebe is 0.39.

The process color (four color CMYK) of #090ebe color hex is 0.95, 0.93, 0.00, 0.25. Web safe color of #090ebe is #0000cc. Color #090ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001110 10111110
Octal 11 16 276
Decimal 9 14 190
Hex 9 E BE

RGB Percentages of Color #090ebe

%4.23
%6.57
%89.20

CMYK Percentages of Color #090ebe

%95
%93
%0
%25

Triadic Colors of #090ebe

#090ebe #be090e #0ebe09

Analogous Colors of #090ebe

#090ebe #5e09be #0969be

Monochromatic Colors of #090ebe

#090ebe

Complementary Color

#090ebe #beb909

#090ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#090ebe Color CSS Codes

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

#090ebe Text Font Color

<p style="color:#090ebe">Text here</p>

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


#090ebe Background Color

<div style="background-color:#090ebe">
Div content here</div>

This div background color is #090ebe


#090ebe Border Color

<div style="border:3px solid #090ebe">
Div here</div>

This div border color is #090ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,14,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #090ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #090ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #090ebe;
  box-shadow:         1px 1px 3px 2px #090ebe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090ebe


Comments

No comments written yet.

Please login to write comment.