Color Hex Logo

#9abbf2 Color Hex

#9ABBF2
(154,187,242)
0 Favorites   0 Comments

Color spaces of #9abbf2

RGB 154187242
HSL0.600.770.78
HSV218°36°95°
CMYK 0.360.230.00   0.05
XYZ47.123848.821590.9442
Yxy48.82150.25210.2612
Hunter Lab69.8724-1.8915-28.2598
CIE-Lab75.34012.0270-30.8682

#9abbf2 color RGB value is (154,187,242).

#9abbf2 hex color red value is 154, green value is 187 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #9abbf2 hue: 0.60 , saturation: 0.77 and the lightness value of 9abbf2 is 0.78.

The process color (four color CMYK) of #9abbf2 color hex is 0.36, 0.23, 0.00, 0.05. Web safe color of #9abbf2 is #99ccff. Color #9abbf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111011 11110010
Octal 232 273 362
Decimal 154 187 242
Hex 9A BB F2

RGB Percentages of Color #9abbf2

%26.42
%32.08
%41.51

CMYK Percentages of Color #9abbf2

%36
%23
%0
%5

Triadic Colors of #9abbf2

#9abbf2 #f29abb #bbf29a

Analogous Colors of #9abbf2

#9abbf2 #a59af2 #9ae7f2

Monochromatic Colors of #9abbf2

#9abbf2

Complementary Color

#9abbf2 #f2d19a

#9abbf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abbf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abbf2 Color CSS Codes

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

#9abbf2 Text Font Color

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

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


#9abbf2 Background Color

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

This div background color is #9abbf2


#9abbf2 Border Color

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

This div border color is #9abbf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abbf2


Comments

No comments written yet.

Please login to write comment.