Color Hex Logo

#9adffd Color Hex

#9ADFFD
(154,223,253)
0 Favorites   0 Comments

Color spaces of #9adffd

RGB 154223253
HSL0.550.960.80
HSV198°39°99°
CMYK 0.390.120.00   0.01
XYZ57.443766.7372102.7825
Yxy66.73720.25310.2940
Hunter Lab81.6928-17.4472-17.4112
CIE-Lab85.3711-14.2062-21.4151

#9adffd color RGB value is (154,223,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011111 11111101
Octal 232 337 375
Decimal 154 223 253
Hex 9A DF FD

RGB Percentages of Color #9adffd

%24.44
%35.40
%40.16

CMYK Percentages of Color #9adffd

%39
%12
%0
%1

Triadic Colors of #9adffd

#9adffd #fd9adf #dffd9a

Analogous Colors of #9adffd

#9adffd #9aaefd #9afdea

Monochromatic Colors of #9adffd

#9adffd

Complementary Color

#9adffd #fdb89a

#9adffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adffd Color CSS Codes

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

#9adffd Text Font Color

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

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


#9adffd Background Color

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

This div background color is #9adffd


#9adffd Border Color

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

This div border color is #9adffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adffd


Comments

No comments written yet.

Please login to write comment.