Color Hex Logo

#9fdbbb Color Hex

#9FDBBB
(159,219,187)
0 Favorites   0 Comments

Color spaces of #9fdbbb

RGB 159219187
HSL0.410.450.74
HSV148°27°86°
CMYK 0.270.000.15   0.14
XYZ48.599261.621856.3465
Yxy61.62180.29180.3700
Hunter Lab78.4996-26.864612.3917
CIE-Lab82.7119-25.66019.6225

#9fdbbb color RGB value is (159,219,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011011 10111011
Octal 237 333 273
Decimal 159 219 187
Hex 9F DB BB

RGB Percentages of Color #9fdbbb

%28.14
%38.76
%33.10

CMYK Percentages of Color #9fdbbb

%27
%0
%15
%14

Triadic Colors of #9fdbbb

#9fdbbb #bb9fdb #dbbb9f

Analogous Colors of #9fdbbb

#9fdbbb #9fdbd9 #a1db9f

Monochromatic Colors of #9fdbbb

#9fdbbb

Complementary Color

#9fdbbb #db9fbf

#9fdbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdbbb Color CSS Codes

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

#9fdbbb Text Font Color

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

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


#9fdbbb Background Color

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

This div background color is #9fdbbb


#9fdbbb Border Color

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

This div border color is #9fdbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdbbb


Comments

No comments written yet.

Please login to write comment.