Color Hex Logo

#9addfc Color Hex

#9ADDFC
(154,221,252)
0 Favorites   0 Comments

Color spaces of #9addfc

RGB 154221252
HSL0.550.940.80
HSV199°39°99°
CMYK 0.390.120.00   0.01
XYZ56.753665.6112101.7685
Yxy65.61120.25320.2927
Hunter Lab81.0007-16.6843-17.7908
CIE-Lab84.7977-13.4345-21.7563

#9addfc color RGB value is (154,221,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011101 11111100
Octal 232 335 374
Decimal 154 221 252
Hex 9A DD FC

RGB Percentages of Color #9addfc

%24.56
%35.25
%40.19

CMYK Percentages of Color #9addfc

%39
%12
%0
%1

Triadic Colors of #9addfc

#9addfc #fc9add #ddfc9a

Analogous Colors of #9addfc

#9addfc #9aacfc #9afcea

Monochromatic Colors of #9addfc

#9addfc

Complementary Color

#9addfc #fcb99a

#9addfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9addfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9addfc Color CSS Codes

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

#9addfc Text Font Color

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

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


#9addfc Background Color

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

This div background color is #9addfc


#9addfc Border Color

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

This div border color is #9addfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9addfc

Related Colors


Comments

No comments written yet.

Please login to write comment.