Color Hex Logo

#9adedd Color Hex

#9ADEDD
(154,222,221)
0 Favorites   0 Comments

Color spaces of #9adedd

RGB 154222221
HSL0.500.510.74
HSV179°31°87°
CMYK 0.310.000.00   0.13
XYZ52.498864.333078.0571
Yxy64.33300.26940.3301
Hunter Lab80.2079-23.5294-1.5547
CIE-Lab84.1388-21.3908-6.3445

#9adedd color RGB value is (154,222,221).

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

The process color (four color CMYK) of #9adedd color hex is 0.31, 0.00, 0.00, 0.13. Web safe color of #9adedd is #99cccc. Color #9adedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011110 11011101
Octal 232 336 335
Decimal 154 222 221
Hex 9A DE DD

RGB Percentages of Color #9adedd

%25.80
%37.19
%37.02

CMYK Percentages of Color #9adedd

%31
%0
%0
%13

Triadic Colors of #9adedd

#9adedd #dd9ade #dedd9a

Analogous Colors of #9adedd

#9adedd #9abdde #9adebb

Monochromatic Colors of #9adedd

#9adedd

Complementary Color

#9adedd #de9a9b

#9adedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adedd Color CSS Codes

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

#9adedd Text Font Color

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

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


#9adedd Background Color

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

This div background color is #9adedd


#9adedd Border Color

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

This div border color is #9adedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adedd


Comments

No comments written yet.

Please login to write comment.