Color Hex Logo

#9abceb Color Hex

#9ABCEB
(154,188,235)
0 Favorites   0 Comments

Color spaces of #9abceb

RGB 154188235
HSL0.600.670.76
HSV215°34°92°
CMYK 0.340.200.00   0.08
XYZ46.305048.834685.5827
Yxy48.83460.25620.2702
Hunter Lab69.8818-4.0155-23.6940
CIE-Lab75.3483-0.3136-27.0775

#9abceb color RGB value is (154,188,235).

#9abceb hex color red value is 154, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9abceb hue: 0.60 , saturation: 0.67 and the lightness value of 9abceb is 0.76.

The process color (four color CMYK) of #9abceb color hex is 0.34, 0.20, 0.00, 0.08. Web safe color of #9abceb is #99ccff. Color #9abceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111100 11101011
Octal 232 274 353
Decimal 154 188 235
Hex 9A BC EB

RGB Percentages of Color #9abceb

%26.69
%32.58
%40.73

CMYK Percentages of Color #9abceb

%34
%20
%0
%8

Triadic Colors of #9abceb

#9abceb #eb9abc #bceb9a

Analogous Colors of #9abceb

#9abceb #a19aeb #9ae5eb

Monochromatic Colors of #9abceb

#9abceb

Complementary Color

#9abceb #ebc99a

#9abceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abceb Color CSS Codes

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

#9abceb Text Font Color

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

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


#9abceb Background Color

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

This div background color is #9abceb


#9abceb Border Color

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

This div border color is #9abceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,188,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9abceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9abceb;
  -webkit-box-shadow: 1px 1px 3px 2px #9abceb;
  box-shadow:         1px 1px 3px 2px #9abceb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,188,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abceb


Comments

No comments written yet.

Please login to write comment.