Color Hex Logo

#9addb4 Color Hex

#9ADDB4
(154,221,180)
0 Favorites   0 Comments

Color spaces of #9addb4

RGB 154221180
HSL0.400.500.74
HSV143°30°87°
CMYK 0.300.000.19   0.13
XYZ47.421161.878252.6244
Yxy61.87820.29290.3821
Hunter Lab78.6627-30.052615.3996
CIE-Lab82.8486-29.506613.4746

#9addb4 color RGB value is (154,221,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011101 10110100
Octal 232 335 264
Decimal 154 221 180
Hex 9A DD B4

RGB Percentages of Color #9addb4

%27.75
%39.82
%32.43

CMYK Percentages of Color #9addb4

%30
%0
%19
%13

Triadic Colors of #9addb4

#9addb4 #b49add #ddb49a

Analogous Colors of #9addb4

#9addb4 #9addd6 #a2dd9a

Monochromatic Colors of #9addb4

#9addb4

Complementary Color

#9addb4 #dd9ac3

#9addb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9addb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9addb4 Color CSS Codes

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

#9addb4 Text Font Color

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

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


#9addb4 Background Color

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

This div background color is #9addb4


#9addb4 Border Color

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

This div border color is #9addb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9addb4


Comments

No comments written yet.

Please login to write comment.