Color Hex Logo

#9fbcb8 Color Hex

#9FBCB8
(159,188,184)
0 Favorites   0 Comments

Color spaces of #9fbcb8

RGB 159188184
HSL0.480.180.68
HSV172°15°74°
CMYK 0.150.000.02   0.26
XYZ40.933046.798152.2229
Yxy46.79810.29250.3344
Hunter Lab68.4091-12.90952.6250
CIE-Lab74.0604-10.6063-1.2772

#9fbcb8 color RGB value is (159,188,184).

#9fbcb8 hex color red value is 159, green value is 188 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #9fbcb8 hue: 0.48 , saturation: 0.18 and the lightness value of 9fbcb8 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111100 10111000
Octal 237 274 270
Decimal 159 188 184
Hex 9F BC B8

RGB Percentages of Color #9fbcb8

%29.94
%35.40
%34.65

CMYK Percentages of Color #9fbcb8

%15
%0
%2
%26

Triadic Colors of #9fbcb8

#9fbcb8 #b89fbc #bcb89f

Analogous Colors of #9fbcb8

#9fbcb8 #9fb2bc #9fbcaa

Monochromatic Colors of #9fbcb8

#9fbcb8

Complementary Color

#9fbcb8 #bc9fa3

#9fbcb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbcb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbcb8 Color CSS Codes

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

#9fbcb8 Text Font Color

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

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


#9fbcb8 Background Color

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

This div background color is #9fbcb8


#9fbcb8 Border Color

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

This div border color is #9fbcb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbcb8


Comments

No comments written yet.

Please login to write comment.