Color Hex Logo

#9babec Color Hex

#9BABEC
(155,171,236)
0 Favorites   0 Comments

Color spaces of #9babec

RGB 155171236
HSL0.630.680.77
HSV228°34°93°
CMYK 0.340.280.00   0.07
XYZ43.220842.150585.2148
Yxy42.15050.25340.2471
Hunter Lab64.92345.2150-32.3743
CIE-Lab70.97469.6024-34.3536

#9babec color RGB value is (155,171,236).

#9babec hex color red value is 155, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9babec hue: 0.63 , saturation: 0.68 and the lightness value of 9babec is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101011 11101100
Octal 233 253 354
Decimal 155 171 236
Hex 9B AB EC

RGB Percentages of Color #9babec

%27.58
%30.43
%41.99

CMYK Percentages of Color #9babec

%34
%28
%0
%7

Triadic Colors of #9babec

#9babec #ec9bab #abec9b

Analogous Colors of #9babec

#9babec #b49bec #9bd4ec

Monochromatic Colors of #9babec

#9babec

Complementary Color

#9babec #ecdc9b

#9babec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9babec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9babec Color CSS Codes

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

#9babec Text Font Color

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

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


#9babec Background Color

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

This div background color is #9babec


#9babec Border Color

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

This div border color is #9babec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9babec


Comments

No comments written yet.

Please login to write comment.