Color Hex Logo

#9fbecf Color Hex

#9FBECF
(159,190,207)
0 Favorites   0 Comments

Color spaces of #9fbecf

RGB 159190207
HSL0.560.330.72
HSV201°23°81°
CMYK 0.230.080.00   0.19
XYZ43.974048.702866.1144
Yxy48.70280.27690.3067
Hunter Lab69.7874-9.6526-7.3183
CIE-Lab75.2661-6.6748-12.0039

#9fbecf color RGB value is (159,190,207).

#9fbecf hex color red value is 159, green value is 190 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9fbecf hue: 0.56 , saturation: 0.33 and the lightness value of 9fbecf is 0.72.

The process color (four color CMYK) of #9fbecf color hex is 0.23, 0.08, 0.00, 0.19. Web safe color of #9fbecf is #99cccc. Color #9fbecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111110 11001111
Octal 237 276 317
Decimal 159 190 207
Hex 9F BE CF

RGB Percentages of Color #9fbecf

%28.60
%34.17
%37.23

CMYK Percentages of Color #9fbecf

%23
%8
%0
%19

Triadic Colors of #9fbecf

#9fbecf #cf9fbe #becf9f

Analogous Colors of #9fbecf

#9fbecf #9fa6cf #9fcfc8

Monochromatic Colors of #9fbecf

#9fbecf

Complementary Color

#9fbecf #cfb09f

#9fbecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbecf Color CSS Codes

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

#9fbecf Text Font Color

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

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


#9fbecf Background Color

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

This div background color is #9fbecf


#9fbecf Border Color

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

This div border color is #9fbecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbecf


Comments

No comments written yet.

Please login to write comment.