Color Hex Logo

#9abcce Color Hex

#9ABCCE
(154,188,206)
0 Favorites   0 Comments

Color spaces of #9abcce

RGB 154188206
HSL0.560.350.71
HSV201°25°81°
CMYK 0.250.090.00   0.19
XYZ42.450247.292765.2836
Yxy47.29270.27380.3051
Hunter Lab68.7697-10.1624-8.1457
CIE-Lab74.3766-7.3604-12.8250

#9abcce color RGB value is (154,188,206).

#9abcce hex color red value is 154, green value is 188 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9abcce hue: 0.56 , saturation: 0.35 and the lightness value of 9abcce is 0.71.

The process color (four color CMYK) of #9abcce color hex is 0.25, 0.09, 0.00, 0.19. Web safe color of #9abcce is #99cccc. Color #9abcce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111100 11001110
Octal 232 274 316
Decimal 154 188 206
Hex 9A BC CE

RGB Percentages of Color #9abcce

%28.10
%34.31
%37.59

CMYK Percentages of Color #9abcce

%25
%9
%0
%19

Triadic Colors of #9abcce

#9abcce #ce9abc #bcce9a

Analogous Colors of #9abcce

#9abcce #9aa2ce #9acec6

Monochromatic Colors of #9abcce

#9abcce

Complementary Color

#9abcce #ceac9a

#9abcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abcce Color CSS Codes

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

#9abcce Text Font Color

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

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


#9abcce Background Color

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

This div background color is #9abcce


#9abcce Border Color

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

This div border color is #9abcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abcce


Comments

No comments written yet.

Please login to write comment.