Color Hex Logo

#090abd Color Hex

#090ABD
(9,10,189)
0 Favorites   0 Comments

Color spaces of #090abd

RGB 910189
HSL0.670.910.39
HSV240°95°74°
CMYK 0.950.950.00   0.26
XYZ9.40653.949348.4106
Yxy3.94930.15230.0639
Hunter Lab19.872849.7127-130.5205
CIE-Lab23.503161.0054-84.5388

#090abd color RGB value is (9,10,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001010 10111101
Octal 11 12 275
Decimal 9 10 189
Hex 9 A BD

RGB Percentages of Color #090abd

%4.33
%4.81
%90.87

CMYK Percentages of Color #090abd

%95
%95
%0
%26

Triadic Colors of #090abd

#090abd #bd090a #0abd09

Analogous Colors of #090abd

#090abd #6209bd #0964bd

Monochromatic Colors of #090abd

#090abd

Complementary Color

#090abd #bdbc09

#090abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#090abd Color CSS Codes

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

#090abd Text Font Color

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

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


#090abd Background Color

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

This div background color is #090abd


#090abd Border Color

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

This div border color is #090abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090abd


Comments

No comments written yet.

Please login to write comment.