Color Hex Logo

#9bdfbb Color Hex

#9BDFBB
(155,223,187)
0 Favorites   0 Comments

Color spaces of #9bdfbb

RGB 155223187
HSL0.410.520.74
HSV148°30°87°
CMYK 0.300.000.16   0.13
XYZ48.874963.331856.6620
Yxy63.33180.28940.3750
Hunter Lab79.5813-29.641313.4923
CIE-Lab83.6167-28.805310.8833

#9bdfbb color RGB value is (155,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011111 10111011
Octal 233 337 273
Decimal 155 223 187
Hex 9B DF BB

RGB Percentages of Color #9bdfbb

%27.43
%39.47
%33.10

CMYK Percentages of Color #9bdfbb

%30
%0
%16
%13

Triadic Colors of #9bdfbb

#9bdfbb #bb9bdf #dfbb9b

Analogous Colors of #9bdfbb

#9bdfbb #9bdfdd #9ddf9b

Monochromatic Colors of #9bdfbb

#9bdfbb

Complementary Color

#9bdfbb #df9bbf

#9bdfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdfbb Color CSS Codes

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

#9bdfbb Text Font Color

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

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


#9bdfbb Background Color

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

This div background color is #9bdfbb


#9bdfbb Border Color

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

This div border color is #9bdfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdfbb


Comments

No comments written yet.

Please login to write comment.