Color Hex Logo

#9bddba Color Hex

#9BDDBA
(155,221,186)
0 Favorites   0 Comments

Color spaces of #9bddba

RGB 155221186
HSL0.410.490.74
HSV148°30°87°
CMYK 0.300.000.16   0.13
XYZ48.236962.226655.9230
Yxy62.22660.28990.3740
Hunter Lab78.8838-28.895313.1863
CIE-Lab83.0338-28.043510.5807

#9bddba color RGB value is (155,221,186).

#9bddba hex color red value is 155, green value is 221 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9bddba hue: 0.41 , saturation: 0.49 and the lightness value of 9bddba is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011101 10111010
Octal 233 335 272
Decimal 155 221 186
Hex 9B DD BA

RGB Percentages of Color #9bddba

%27.58
%39.32
%33.10

CMYK Percentages of Color #9bddba

%30
%0
%16
%13

Triadic Colors of #9bddba

#9bddba #ba9bdd #ddba9b

Analogous Colors of #9bddba

#9bddba #9bdddb #9ddd9b

Monochromatic Colors of #9bddba

#9bddba

Complementary Color

#9bddba #dd9bbe

#9bddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bddba Color CSS Codes

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

#9bddba Text Font Color

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

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


#9bddba Background Color

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

This div background color is #9bddba


#9bddba Border Color

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

This div border color is #9bddba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,221,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 #9bddba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bddba


Comments

No comments written yet.

Please login to write comment.