Color Hex Logo

#9bacee Color Hex

#9BACEE
(155,172,238)
0 Favorites   0 Comments

Color spaces of #9bacee

RGB 155172238
HSL0.630.710.77
HSV228°35°93°
CMYK 0.350.280.00   0.07
XYZ43.702742.646786.8172
Yxy42.64670.25240.2463
Hunter Lab65.30445.1721-33.1084
CIE-Lab71.31459.5608-34.9156

#9bacee color RGB value is (155,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101100 11101110
Octal 233 254 356
Decimal 155 172 238
Hex 9B AC EE

RGB Percentages of Color #9bacee

%27.43
%30.44
%42.12

CMYK Percentages of Color #9bacee

%35
%28
%0
%7

Triadic Colors of #9bacee

#9bacee #ee9bac #acee9b

Analogous Colors of #9bacee

#9bacee #b49bee #9bd6ee

Monochromatic Colors of #9bacee

#9bacee

Complementary Color

#9bacee #eedd9b

#9bacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bacee Color CSS Codes

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

#9bacee Text Font Color

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

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


#9bacee Background Color

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

This div background color is #9bacee


#9bacee Border Color

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

This div border color is #9bacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bacee


Comments

No comments written yet.

Please login to write comment.