Color Hex Logo

#9fdbbe Color Hex

#9FDBBE
(159,219,190)
0 Favorites   0 Comments

Color spaces of #9fdbbe

RGB 159219190
HSL0.420.450.74
HSV151°27°86°
CMYK 0.270.000.13   0.14
XYZ48.923961.751758.0559
Yxy61.75170.29000.3660
Hunter Lab78.5822-26.388011.2046
CIE-Lab82.7812-25.07048.1344

#9fdbbe color RGB value is (159,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011011 10111110
Octal 237 333 276
Decimal 159 219 190
Hex 9F DB BE

RGB Percentages of Color #9fdbbe

%27.99
%38.56
%33.45

CMYK Percentages of Color #9fdbbe

%27
%0
%13
%14

Triadic Colors of #9fdbbe

#9fdbbe #be9fdb #dbbe9f

Analogous Colors of #9fdbbe

#9fdbbe #9fdadb #9fdba0

Monochromatic Colors of #9fdbbe

#9fdbbe

Complementary Color

#9fdbbe #db9fbc

#9fdbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdbbe Color CSS Codes

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

#9fdbbe Text Font Color

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

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


#9fdbbe Background Color

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

This div background color is #9fdbbe


#9fdbbe Border Color

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

This div border color is #9fdbbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,219,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdbbe


Comments

No comments written yet.

Please login to write comment.