Color Hex Logo

#9adcfc Color Hex

#9ADCFC
(154,220,252)
0 Favorites   0 Comments

Color spaces of #9adcfc

RGB 154220252
HSL0.550.940.80
HSV200°39°99°
CMYK 0.390.130.00   0.01
XYZ56.490365.0847101.6807
Yxy65.08470.25300.2915
Hunter Lab80.6751-16.1922-18.2549
CIE-Lab84.5274-12.9214-22.1662

#9adcfc color RGB value is (154,220,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011100 11111100
Octal 232 334 374
Decimal 154 220 252
Hex 9A DC FC

RGB Percentages of Color #9adcfc

%24.60
%35.14
%40.26

CMYK Percentages of Color #9adcfc

%39
%13
%0
%1

Triadic Colors of #9adcfc

#9adcfc #fc9adc #dcfc9a

Analogous Colors of #9adcfc

#9adcfc #9aabfc #9afceb

Monochromatic Colors of #9adcfc

#9adcfc

Complementary Color

#9adcfc #fcba9a

#9adcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adcfc Color CSS Codes

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

#9adcfc Text Font Color

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

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


#9adcfc Background Color

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

This div background color is #9adcfc


#9adcfc Border Color

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

This div border color is #9adcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.