Color Hex Logo

#9addbe Color Hex

#9ADDBE
(154,221,190)
0 Favorites   0 Comments

Color spaces of #9addbe

RGB 154221190
HSL0.420.500.74
HSV152°30°87°
CMYK 0.300.000.14   0.13
XYZ48.477162.300658.1854
Yxy62.30060.28690.3687
Hunter Lab78.9307-28.498911.5447
CIE-Lab83.0730-27.55188.5170

#9addbe color RGB value is (154,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011101 10111110
Octal 232 335 276
Decimal 154 221 190
Hex 9A DD BE

RGB Percentages of Color #9addbe

%27.26
%39.12
%33.63

CMYK Percentages of Color #9addbe

%30
%0
%14
%13

Triadic Colors of #9addbe

#9addbe #be9add #ddbe9a

Analogous Colors of #9addbe

#9addbe #9adbdd #9add9d

Monochromatic Colors of #9addbe

#9addbe

Complementary Color

#9addbe #dd9ab9

#9addbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9addbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9addbe Color CSS Codes

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

#9addbe Text Font Color

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

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


#9addbe Background Color

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

This div background color is #9addbe


#9addbe Border Color

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

This div border color is #9addbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9addbe


Comments

No comments written yet.

Please login to write comment.