Color Hex Logo

#9febce Color Hex

#9FEBCE
(159,235,206)
0 Favorites   0 Comments

Color spaces of #9febce

RGB 159235206
HSL0.440.660.77
HSV157°32°92°
CMYK 0.320.000.12   0.08
XYZ55.147071.243869.2374
Yxy71.24380.28190.3642
Hunter Lab84.4060-31.086910.4493
CIE-Lab87.6033-29.53876.6416

#9febce color RGB value is (159,235,206).

#9febce hex color red value is 159, green value is 235 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9febce hue: 0.44 , saturation: 0.66 and the lightness value of 9febce is 0.77.

The process color (four color CMYK) of #9febce color hex is 0.32, 0.00, 0.12, 0.08. Web safe color of #9febce is #99ffcc. Color #9febce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101011 11001110
Octal 237 353 316
Decimal 159 235 206
Hex 9F EB CE

RGB Percentages of Color #9febce

%26.50
%39.17
%34.33

CMYK Percentages of Color #9febce

%32
%0
%12
%8

Triadic Colors of #9febce

#9febce #ce9feb #ebce9f

Analogous Colors of #9febce

#9febce #9fe2eb #9feba8

Monochromatic Colors of #9febce

#9febce

Complementary Color

#9febce #eb9fbc

#9febce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9febce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9febce Color CSS Codes

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

#9febce Text Font Color

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

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


#9febce Background Color

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

This div background color is #9febce


#9febce Border Color

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

This div border color is #9febce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9febce


Comments

No comments written yet.

Please login to write comment.