Color Hex Logo

#9bdaba Color Hex

#9BDABA
(155,218,186)
0 Favorites   0 Comments

Color spaces of #9bdaba

RGB 155218186
HSL0.420.460.73
HSV150°29°85°
CMYK 0.290.000.15   0.15
XYZ47.451960.656555.6613
Yxy60.65650.28970.3704
Hunter Lab77.8823-27.538012.1439
CIE-Lab82.1937-26.59809.3826

#9bdaba color RGB value is (155,218,186).

#9bdaba hex color red value is 155, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9bdaba hue: 0.42 , saturation: 0.46 and the lightness value of 9bdaba is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011010 10111010
Octal 233 332 272
Decimal 155 218 186
Hex 9B DA BA

RGB Percentages of Color #9bdaba

%27.73
%39.00
%33.27

CMYK Percentages of Color #9bdaba

%29
%0
%15
%15

Triadic Colors of #9bdaba

#9bdaba #ba9bda #daba9b

Analogous Colors of #9bdaba

#9bdaba #9bdada #9cda9b

Monochromatic Colors of #9bdaba

#9bdaba

Complementary Color

#9bdaba #da9bbb

#9bdaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdaba Color CSS Codes

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

#9bdaba Text Font Color

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

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


#9bdaba Background Color

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

This div background color is #9bdaba


#9bdaba Border Color

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

This div border color is #9bdaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdaba


Comments

No comments written yet.

Please login to write comment.