Color Hex Logo

#9ba3ea Color Hex

#9BA3EA
(155,163,234)
0 Favorites   0 Comments

Color spaces of #9ba3ea

RGB 155163234
HSL0.650.650.76
HSV234°34°92°
CMYK 0.340.300.00   0.08
XYZ41.466039.103583.2041
Yxy39.10350.25320.2388
Hunter Lab62.53288.9324-35.1164
CIE-Lab68.826213.5871-36.5965

#9ba3ea color RGB value is (155,163,234).

#9ba3ea hex color red value is 155, green value is 163 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9ba3ea hue: 0.65 , saturation: 0.65 and the lightness value of 9ba3ea is 0.76.

The process color (four color CMYK) of #9ba3ea color hex is 0.34, 0.30, 0.00, 0.08. Web safe color of #9ba3ea is #9999ff. Color #9ba3ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10100011 11101010
Octal 233 243 352
Decimal 155 163 234
Hex 9B A3 EA

RGB Percentages of Color #9ba3ea

%28.08
%29.53
%42.39

CMYK Percentages of Color #9ba3ea

%34
%30
%0
%8

Triadic Colors of #9ba3ea

#9ba3ea #ea9ba3 #a3ea9b

Analogous Colors of #9ba3ea

#9ba3ea #bb9bea #9bcbea

Monochromatic Colors of #9ba3ea

#9ba3ea

Complementary Color

#9ba3ea #eae29b

#9ba3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ba3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ba3ea Color CSS Codes

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

#9ba3ea Text Font Color

<p style="color:#9ba3ea">Text here</p>

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


#9ba3ea Background Color

<div style="background-color:#9ba3ea">
Div content here</div>

This div background color is #9ba3ea


#9ba3ea Border Color

<div style="border:3px solid #9ba3ea">
Div here</div>

This div border color is #9ba3ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,163,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ba3ea


Comments

No comments written yet.

Please login to write comment.