Color Hex Logo

#9adcf9 Color Hex

#9ADCF9
(154,220,249)
0 Favorites   0 Comments

Color spaces of #9adcf9

RGB 154220249
HSL0.550.890.79
HSV198°38°98°
CMYK 0.380.120.00   0.02
XYZ56.018564.896099.1962
Yxy64.89600.25450.2948
Hunter Lab80.5581-16.8512-16.6169
CIE-Lab84.4301-13.6758-20.7285

#9adcf9 color RGB value is (154,220,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011100 11111001
Octal 232 334 371
Decimal 154 220 249
Hex 9A DC F9

RGB Percentages of Color #9adcf9

%24.72
%35.31
%39.97

CMYK Percentages of Color #9adcf9

%38
%12
%0
%2

Triadic Colors of #9adcf9

#9adcf9 #f99adc #dcf99a

Analogous Colors of #9adcf9

#9adcf9 #9aadf9 #9af9e7

Monochromatic Colors of #9adcf9

#9adcf9

Complementary Color

#9adcf9 #f9b79a

#9adcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adcf9 Color CSS Codes

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

#9adcf9 Text Font Color

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

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


#9adcf9 Background Color

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

This div background color is #9adcf9


#9adcf9 Border Color

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

This div border color is #9adcf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adcf9


Comments

No comments written yet.

Please login to write comment.