Color Hex Logo

#9efbce Color Hex

#9EFBCE
(158,251,206)
0 Favorites   0 Comments

Color spaces of #9efbce

RGB 158251206
HSL0.420.920.80
HSV151°37°98°
CMYK 0.370.000.18   0.02
XYZ59.738380.719770.8244
Yxy80.71970.28270.3820
Hunter Lab89.8441-38.540816.1524
CIE-Lab92.0068-37.253112.9297

#9efbce color RGB value is (158,251,206).

#9efbce hex color red value is 158, green value is 251 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9efbce hue: 0.42 , saturation: 0.92 and the lightness value of 9efbce is 0.80.

The process color (four color CMYK) of #9efbce color hex is 0.37, 0.00, 0.18, 0.02. Web safe color of #9efbce is #99ffcc. Color #9efbce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111011 11001110
Octal 236 373 316
Decimal 158 251 206
Hex 9E FB CE

RGB Percentages of Color #9efbce

%25.69
%40.81
%33.50

CMYK Percentages of Color #9efbce

%37
%0
%18
%2

Triadic Colors of #9efbce

#9efbce #ce9efb #fbce9e

Analogous Colors of #9efbce

#9efbce #9efafb #9efba0

Monochromatic Colors of #9efbce

#9efbce

Complementary Color

#9efbce #fb9ecb

#9efbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efbce Color CSS Codes

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

#9efbce Text Font Color

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

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


#9efbce Background Color

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

This div background color is #9efbce


#9efbce Border Color

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

This div border color is #9efbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efbce

Related Colors


Comments

No comments written yet.

Please login to write comment.