Color Hex Logo

#9ba1ea Color Hex

#9BA1EA
(155,161,234)
0 Favorites   0 Comments

Color spaces of #9ba1ea

RGB 155161234
HSL0.650.650.76
HSV235°34°92°
CMYK 0.340.310.00   0.08
XYZ41.113738.398883.0867
Yxy38.39880.25290.2362
Hunter Lab61.96689.9893-36.1209
CIE-Lab68.313514.7198-37.3944

#9ba1ea color RGB value is (155,161,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10100001 11101010
Octal 233 241 352
Decimal 155 161 234
Hex 9B A1 EA

RGB Percentages of Color #9ba1ea

%28.18
%29.27
%42.55

CMYK Percentages of Color #9ba1ea

%34
%31
%0
%8

Triadic Colors of #9ba1ea

#9ba1ea #ea9ba1 #a1ea9b

Analogous Colors of #9ba1ea

#9ba1ea #bd9bea #9bc9ea

Monochromatic Colors of #9ba1ea

#9ba1ea

Complementary Color

#9ba1ea #eae49b

#9ba1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ba1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ba1ea Color CSS Codes

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

#9ba1ea Text Font Color

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

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


#9ba1ea Background Color

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

This div background color is #9ba1ea


#9ba1ea Border Color

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

This div border color is #9ba1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ba1ea


Comments

No comments written yet.

Please login to write comment.