Color Hex Logo

#9abfec Color Hex

#9ABFEC
(154,191,236)
0 Favorites   0 Comments

Color spaces of #9abfec

RGB 154191236
HSL0.590.680.76
HSV213°35°93°
CMYK 0.350.190.00   0.07
XYZ47.097550.187886.5618
Yxy50.18780.25620.2730
Hunter Lab70.8433-5.3069-22.8547
CIE-Lab76.1844-1.6856-26.3372

#9abfec color RGB value is (154,191,236).

#9abfec hex color red value is 154, green value is 191 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9abfec hue: 0.59 , saturation: 0.68 and the lightness value of 9abfec is 0.76.

The process color (four color CMYK) of #9abfec color hex is 0.35, 0.19, 0.00, 0.07. Web safe color of #9abfec is #99ccff. Color #9abfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111111 11101100
Octal 232 277 354
Decimal 154 191 236
Hex 9A BF EC

RGB Percentages of Color #9abfec

%26.51
%32.87
%40.62

CMYK Percentages of Color #9abfec

%35
%19
%0
%7

Triadic Colors of #9abfec

#9abfec #ec9abf #bfec9a

Analogous Colors of #9abfec

#9abfec #9e9aec #9ae8ec

Monochromatic Colors of #9abfec

#9abfec

Complementary Color

#9abfec #ecc79a

#9abfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abfec Color CSS Codes

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

#9abfec Text Font Color

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

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


#9abfec Background Color

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

This div background color is #9abfec


#9abfec Border Color

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

This div border color is #9abfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abfec

#9abfec Color Palettes


Comments

No comments written yet.

Please login to write comment.