Color Hex Logo

#9befcf Color Hex

#9BEFCF
(155,239,207)
0 Favorites   0 Comments

Color spaces of #9befcf

RGB 155239207
HSL0.440.720.77
HSV157°35°94°
CMYK 0.350.000.13   0.06
XYZ55.646673.206670.2289
Yxy73.20660.27950.3677
Hunter Lab85.5609-33.639611.2270
CIE-Lab88.5462-32.34717.4501

#9befcf color RGB value is (155,239,207).

#9befcf hex color red value is 155, green value is 239 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9befcf hue: 0.44 , saturation: 0.72 and the lightness value of 9befcf is 0.77.

The process color (four color CMYK) of #9befcf color hex is 0.35, 0.00, 0.13, 0.06. Web safe color of #9befcf is #99ffcc. Color #9befcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101111 11001111
Octal 233 357 317
Decimal 155 239 207
Hex 9B EF CF

RGB Percentages of Color #9befcf

%25.79
%39.77
%34.44

CMYK Percentages of Color #9befcf

%35
%0
%13
%6

Triadic Colors of #9befcf

#9befcf #cf9bef #efcf9b

Analogous Colors of #9befcf

#9befcf #9be5ef #9befa5

Monochromatic Colors of #9befcf

#9befcf

Complementary Color

#9befcf #ef9bbb

#9befcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9befcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9befcf Color CSS Codes

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

#9befcf Text Font Color

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

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


#9befcf Background Color

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

This div background color is #9befcf


#9befcf Border Color

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

This div border color is #9befcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9befcf


Comments

No comments written yet.

Please login to write comment.