Color Hex Logo

#9bdeac Color Hex

#9BDEAC
(155,222,172)
0 Favorites   0 Comments

Color spaces of #9bdeac

RGB 155222172
HSL0.380.500.74
HSV135°30°87°
CMYK 0.300.000.23   0.13
XYZ47.085262.189748.5519
Yxy62.18970.29830.3940
Hunter Lab78.8604-31.428818.6993
CIE-Lab83.0142-31.158917.9181

#9bdeac color RGB value is (155,222,172).

#9bdeac hex color red value is 155, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9bdeac hue: 0.38 , saturation: 0.50 and the lightness value of 9bdeac is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011110 10101100
Octal 233 336 254
Decimal 155 222 172
Hex 9B DE AC

RGB Percentages of Color #9bdeac

%28.23
%40.44
%31.33

CMYK Percentages of Color #9bdeac

%30
%0
%23
%13

Triadic Colors of #9bdeac

#9bdeac #ac9bde #deac9b

Analogous Colors of #9bdeac

#9bdeac #9bdece #acde9b

Monochromatic Colors of #9bdeac

#9bdeac

Complementary Color

#9bdeac #de9bcd

#9bdeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdeac Color CSS Codes

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

#9bdeac Text Font Color

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

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


#9bdeac Background Color

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

This div background color is #9bdeac


#9bdeac Border Color

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

This div border color is #9bdeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdeac

#9bdeac Color Palettes


Comments

No comments written yet.

Please login to write comment.