Color Hex Logo

#9adebd Color Hex

#9ADEBD
(154,222,189)
0 Favorites   0 Comments

Color spaces of #9adebd

RGB 154222189
HSL0.420.510.74
HSV151°31°87°
CMYK 0.310.000.15   0.13
XYZ48.633062.786757.6999
Yxy62.78670.28760.3713
Hunter Lab79.2381-29.110812.2926
CIE-Lab83.3300-28.23189.4128

#9adebd color RGB value is (154,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011110 10111101
Octal 232 336 275
Decimal 154 222 189
Hex 9A DE BD

RGB Percentages of Color #9adebd

%27.26
%39.29
%33.45

CMYK Percentages of Color #9adebd

%31
%0
%15
%13

Triadic Colors of #9adebd

#9adebd #bd9ade #debd9a

Analogous Colors of #9adebd

#9adebd #9addde #9ade9b

Monochromatic Colors of #9adebd

#9adebd

Complementary Color

#9adebd #de9abb

#9adebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adebd Color CSS Codes

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

#9adebd Text Font Color

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

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


#9adebd Background Color

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

This div background color is #9adebd


#9adebd Border Color

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

This div border color is #9adebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adebd


Comments

No comments written yet.

Please login to write comment.