Color Hex Logo

#9acdfc Color Hex

#9ACDFC
(154,205,252)
0 Favorites   0 Comments

Color spaces of #9acdfc

RGB 154205252
HSL0.580.940.80
HSV209°39°99°
CMYK 0.390.190.00   0.01
XYZ52.728457.5609100.4267
Yxy57.56090.25020.2732
Hunter Lab75.8689-8.7142-25.3732
CIE-Lab80.4940-5.0832-28.3132

#9acdfc color RGB value is (154,205,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001101 11111100
Octal 232 315 374
Decimal 154 205 252
Hex 9A CD FC

RGB Percentages of Color #9acdfc

%25.20
%33.55
%41.24

CMYK Percentages of Color #9acdfc

%39
%19
%0
%1

Triadic Colors of #9acdfc

#9acdfc #fc9acd #cdfc9a

Analogous Colors of #9acdfc

#9acdfc #9a9cfc #9afcfa

Monochromatic Colors of #9acdfc

#9acdfc

Complementary Color

#9acdfc #fcc99a

#9acdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9acdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9acdfc Color CSS Codes

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

#9acdfc Text Font Color

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

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


#9acdfc Background Color

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

This div background color is #9acdfc


#9acdfc Border Color

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

This div border color is #9acdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9acdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.