Color Hex Logo

#9bedaa Color Hex

#9BEDAA
(155,237,170)
0 Favorites   0 Comments

Color spaces of #9bedaa

RGB 155237170
HSL0.360.690.77
HSV131°35°93°
CMYK 0.350.000.28   0.07
XYZ51.057570.439248.9353
Yxy70.43920.29960.4133
Hunter Lab83.9281-38.283924.1799
CIE-Lab87.2118-38.425524.7543

#9bedaa color RGB value is (155,237,170).

#9bedaa hex color red value is 155, green value is 237 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9bedaa hue: 0.36 , saturation: 0.69 and the lightness value of 9bedaa is 0.77.

The process color (four color CMYK) of #9bedaa color hex is 0.35, 0.00, 0.28, 0.07. Web safe color of #9bedaa is #99ff99. Color #9bedaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101101 10101010
Octal 233 355 252
Decimal 155 237 170
Hex 9B ED AA

RGB Percentages of Color #9bedaa

%27.58
%42.17
%30.25

CMYK Percentages of Color #9bedaa

%35
%0
%28
%7

Triadic Colors of #9bedaa

#9bedaa #aa9bed #edaa9b

Analogous Colors of #9bedaa

#9bedaa #9bedd3 #b5ed9b

Monochromatic Colors of #9bedaa

#9bedaa

Complementary Color

#9bedaa #ed9bde

#9bedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bedaa Color CSS Codes

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

#9bedaa Text Font Color

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

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


#9bedaa Background Color

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

This div background color is #9bedaa


#9bedaa Border Color

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

This div border color is #9bedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bedaa


Comments

No comments written yet.

Please login to write comment.