Color Hex Logo

#9aded2 Color Hex

#9ADED2
(154,222,210)
0 Favorites   0 Comments

Color spaces of #9aded2

RGB 154222210
HSL0.470.510.74
HSV169°31°87°
CMYK 0.310.000.05   0.13
XYZ51.080663.765770.5886
Yxy63.76570.27550.3439
Hunter Lab79.8534-25.56073.4864
CIE-Lab83.8436-23.8461-0.9523

#9aded2 color RGB value is (154,222,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011110 11010010
Octal 232 336 322
Decimal 154 222 210
Hex 9A DE D2

RGB Percentages of Color #9aded2

%26.28
%37.88
%35.84

CMYK Percentages of Color #9aded2

%31
%0
%5
%13

Triadic Colors of #9aded2

#9aded2 #d29ade #ded29a

Analogous Colors of #9aded2

#9aded2 #9ac8de #9adeb0

Monochromatic Colors of #9aded2

#9aded2

Complementary Color

#9aded2 #de9aa6

#9aded2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aded2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aded2 Color CSS Codes

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

#9aded2 Text Font Color

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

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


#9aded2 Background Color

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

This div background color is #9aded2


#9aded2 Border Color

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

This div border color is #9aded2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aded2


Comments

No comments written yet.

Please login to write comment.