Color Hex Logo

#9adafd Color Hex

#9ADAFD
(154,218,253)
0 Favorites   0 Comments

Color spaces of #9adafd

RGB 154218253
HSL0.560.960.80
HSV201°39°99°
CMYK 0.390.140.00   0.01
XYZ56.127564.1047102.3437
Yxy64.10470.25220.2880
Hunter Lab80.0654-14.9823-19.7417
CIE-Lab84.0203-11.6374-23.4645

#9adafd color RGB value is (154,218,253).

#9adafd hex color red value is 154, green value is 218 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9adafd hue: 0.56 , saturation: 0.96 and the lightness value of 9adafd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011010 11111101
Octal 232 332 375
Decimal 154 218 253
Hex 9A DA FD

RGB Percentages of Color #9adafd

%24.64
%34.88
%40.48

CMYK Percentages of Color #9adafd

%39
%14
%0
%1

Triadic Colors of #9adafd

#9adafd #fd9ada #dafd9a

Analogous Colors of #9adafd

#9adafd #9aa9fd #9afdef

Monochromatic Colors of #9adafd

#9adafd

Complementary Color

#9adafd #fdbd9a

#9adafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adafd Color CSS Codes

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

#9adafd Text Font Color

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

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


#9adafd Background Color

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

This div background color is #9adafd


#9adafd Border Color

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

This div border color is #9adafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adafd


Comments

No comments written yet.

Please login to write comment.