Color Hex Logo

#9adeff Color Hex

#9ADEFF
(154,222,255)
0 Favorites   0 Comments

Color spaces of #9adeff

RGB 154222255
HSL0.551.000.80
HSV200°40°100°
CMYK 0.400.130.00   0.00
XYZ57.497766.3326104.3808
Yxy66.33260.25190.2907
Hunter Lab81.4448-16.5126-18.9755
CIE-Lab85.1658-13.1890-22.7807

#9adeff color RGB value is (154,222,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011110 11111111
Octal 232 336 377
Decimal 154 222 255
Hex 9A DE FF

RGB Percentages of Color #9adeff

%24.41
%35.18
%40.41

CMYK Percentages of Color #9adeff

%40
%13
%0
%0

Triadic Colors of #9adeff

#9adeff #ff9ade #deff9a

Analogous Colors of #9adeff

#9adeff #9aacff #9affee

Monochromatic Colors of #9adeff

#9adeff

Complementary Color

#9adeff #ffbb9a

#9adeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adeff Color CSS Codes

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

#9adeff Text Font Color

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

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


#9adeff Background Color

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

This div background color is #9adeff


#9adeff Border Color

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

This div border color is #9adeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adeff

#9adeff Color Palettes


Comments

No comments written yet.

Please login to write comment.