Color Hex Logo

#9fbebf Color Hex

#9FBEBF
(159,190,191)
0 Favorites   0 Comments

Color spaces of #9fbebf

RGB 159190191
HSL0.510.200.69
HSV182°17°75°
CMYK 0.170.010.00   0.25
XYZ42.115547.959456.3276
Yxy47.95940.28770.3276
Hunter Lab69.2527-12.63890.2526
CIE-Lab74.7993-10.1896-4.0020

#9fbebf color RGB value is (159,190,191).

#9fbebf hex color red value is 159, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9fbebf hue: 0.51 , saturation: 0.20 and the lightness value of 9fbebf is 0.69.

The process color (four color CMYK) of #9fbebf color hex is 0.17, 0.01, 0.00, 0.25. Web safe color of #9fbebf is #99cccc. Color #9fbebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111110 10111111
Octal 237 276 277
Decimal 159 190 191
Hex 9F BE BF

RGB Percentages of Color #9fbebf

%29.44
%35.19
%35.37

CMYK Percentages of Color #9fbebf

%17
%1
%0
%25

Triadic Colors of #9fbebf

#9fbebf #bf9fbe #bebf9f

Analogous Colors of #9fbebf

#9fbebf #9faebf #9fbfb0

Monochromatic Colors of #9fbebf

#9fbebf

Complementary Color

#9fbebf #bfa09f

#9fbebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbebf Color CSS Codes

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

#9fbebf Text Font Color

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

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


#9fbebf Background Color

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

This div background color is #9fbebf


#9fbebf Border Color

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

This div border color is #9fbebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbebf


Comments

No comments written yet.

Please login to write comment.