Color Hex Logo

#9addb5 Color Hex

#9ADDB5
(154,221,181)
0 Favorites   0 Comments

Color spaces of #9addb5

RGB 154221181
HSL0.400.500.74
HSV144°30°87°
CMYK 0.300.000.18   0.13
XYZ47.523461.919153.1629
Yxy61.91910.29230.3808
Hunter Lab78.6887-29.901615.0251
CIE-Lab82.8704-29.315412.9786

#9addb5 color RGB value is (154,221,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011101 10110101
Octal 232 335 265
Decimal 154 221 181
Hex 9A DD B5

RGB Percentages of Color #9addb5

%27.70
%39.75
%32.55

CMYK Percentages of Color #9addb5

%30
%0
%18
%13

Triadic Colors of #9addb5

#9addb5 #b59add #ddb59a

Analogous Colors of #9addb5

#9addb5 #9addd7 #a1dd9a

Monochromatic Colors of #9addb5

#9addb5

Complementary Color

#9addb5 #dd9ac2

#9addb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9addb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9addb5 Color CSS Codes

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

#9addb5 Text Font Color

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

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


#9addb5 Background Color

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

This div background color is #9addb5


#9addb5 Border Color

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

This div border color is #9addb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9addb5


Comments

No comments written yet.

Please login to write comment.