Color Hex Logo

#9abece Color Hex

#9ABECE
(154,190,206)
0 Favorites   0 Comments

Color spaces of #9abece

RGB 154190206
HSL0.550.350.71
HSV198°25°81°
CMYK 0.250.080.00   0.19
XYZ42.880548.153265.4270
Yxy48.15320.27410.3078
Hunter Lab69.3925-11.1344-7.3271
CIE-Lab74.9215-8.4219-12.0090

#9abece color RGB value is (154,190,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111110 11001110
Octal 232 276 316
Decimal 154 190 206
Hex 9A BE CE

RGB Percentages of Color #9abece

%28.00
%34.55
%37.45

CMYK Percentages of Color #9abece

%25
%8
%0
%19

Triadic Colors of #9abece

#9abece #ce9abe #bece9a

Analogous Colors of #9abece

#9abece #9aa4ce #9acec4

Monochromatic Colors of #9abece

#9abece

Complementary Color

#9abece #ceaa9a

#9abece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abece Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abece Color CSS Codes

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

#9abece Text Font Color

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

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


#9abece Background Color

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

This div background color is #9abece


#9abece Border Color

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

This div border color is #9abece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abece


Comments

No comments written yet.

Please login to write comment.