Color Hex Logo

#909ebe Color Hex

#909EBE
(144,158,190)
0 Favorites   0 Comments

Color spaces of #909ebe

RGB 144158190
HSL0.620.260.65
HSV222°24°75°
CMYK 0.240.170.00   0.25
XYZ33.022734.100753.5568
Yxy34.10070.27360.2826
Hunter Lab58.3958-1.2513-13.4998
CIE-Lab65.04242.1814-18.1472

#909ebe color RGB value is (144,158,190).

#909ebe hex color red value is 144, green value is 158 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #909ebe hue: 0.62 , saturation: 0.26 and the lightness value of 909ebe is 0.65.

The process color (four color CMYK) of #909ebe color hex is 0.24, 0.17, 0.00, 0.25. Web safe color of #909ebe is #9999cc. Color #909ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10011110 10111110
Octal 220 236 276
Decimal 144 158 190
Hex 90 9E BE

RGB Percentages of Color #909ebe

%29.27
%32.11
%38.62

CMYK Percentages of Color #909ebe

%24
%17
%0
%25

Triadic Colors of #909ebe

#909ebe #be909e #9ebe90

Analogous Colors of #909ebe

#909ebe #9990be #90b5be

Monochromatic Colors of #909ebe

#909ebe

Complementary Color

#909ebe #beb090

#909ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#909ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#909ebe Color CSS Codes

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

#909ebe Text Font Color

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

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


#909ebe Background Color

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

This div background color is #909ebe


#909ebe Border Color

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

This div border color is #909ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,158,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 #909ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #909ebe


Comments

No comments written yet.

Please login to write comment.