Color Hex Logo

#9adcdd Color Hex

#9ADCDD
(154,220,221)
0 Favorites   0 Comments

Color spaces of #9adcdd

RGB 154220221
HSL0.500.500.74
HSV181°30°87°
CMYK 0.300.000.00   0.13
XYZ51.970863.276977.8811
Yxy63.27690.26910.3276
Hunter Lab79.5468-22.5863-2.3657
CIE-Lab83.5879-20.3958-7.1599

#9adcdd color RGB value is (154,220,221).

#9adcdd hex color red value is 154, green value is 220 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9adcdd hue: 0.50 , saturation: 0.50 and the lightness value of 9adcdd is 0.74.

The process color (four color CMYK) of #9adcdd color hex is 0.30, 0.00, 0.00, 0.13. Web safe color of #9adcdd is #99cccc. Color #9adcdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011100 11011101
Octal 232 334 335
Decimal 154 220 221
Hex 9A DC DD

RGB Percentages of Color #9adcdd

%25.88
%36.97
%37.14

CMYK Percentages of Color #9adcdd

%30
%0
%0
%13

Triadic Colors of #9adcdd

#9adcdd #dd9adc #dcdd9a

Analogous Colors of #9adcdd

#9adcdd #9abbdd #9addbd

Monochromatic Colors of #9adcdd

#9adcdd

Complementary Color

#9adcdd #dd9b9a

#9adcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adcdd Color CSS Codes

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

#9adcdd Text Font Color

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

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


#9adcdd Background Color

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

This div background color is #9adcdd


#9adcdd Border Color

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

This div border color is #9adcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adcdd


Comments

No comments written yet.

Please login to write comment.