Color Hex Logo

#9accfc Color Hex

#9ACCFC
(154,204,252)
0 Favorites   0 Comments

Color spaces of #9accfc

RGB 154204252
HSL0.580.940.80
HSV209°39°99°
CMYK 0.390.190.00   0.01
XYZ52.490057.0840100.3473
Yxy57.08400.25000.2719
Hunter Lab75.5540-8.2092-25.8585
CIE-Lab80.2268-4.5515-28.7226

#9accfc color RGB value is (154,204,252).

#9accfc hex color red value is 154, green value is 204 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9accfc hue: 0.58 , saturation: 0.94 and the lightness value of 9accfc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001100 11111100
Octal 232 314 374
Decimal 154 204 252
Hex 9A CC FC

RGB Percentages of Color #9accfc

%25.25
%33.44
%41.31

CMYK Percentages of Color #9accfc

%39
%19
%0
%1

Triadic Colors of #9accfc

#9accfc #fc9acc #ccfc9a

Analogous Colors of #9accfc

#9accfc #9a9bfc #9afcfb

Monochromatic Colors of #9accfc

#9accfc

Complementary Color

#9accfc #fcca9a

#9accfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9accfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9accfc Color CSS Codes

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

#9accfc Text Font Color

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

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


#9accfc Background Color

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

This div background color is #9accfc


#9accfc Border Color

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

This div border color is #9accfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9accfc


Comments

No comments written yet.

Please login to write comment.