Color Hex Logo

#9efbcd Color Hex

#9EFBCD
(158,251,205)
0 Favorites   0 Comments

Color spaces of #9efbcd

RGB 158251205
HSL0.420.920.80
HSV150°37°98°
CMYK 0.370.000.18   0.02
XYZ59.617280.671270.1866
Yxy80.67120.28330.3833
Hunter Lab89.8171-38.698516.5405
CIE-Lab91.9852-37.449513.4141

#9efbcd color RGB value is (158,251,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111011 11001101
Octal 236 373 315
Decimal 158 251 205
Hex 9E FB CD

RGB Percentages of Color #9efbcd

%25.73
%40.88
%33.39

CMYK Percentages of Color #9efbcd

%37
%0
%18
%2

Triadic Colors of #9efbcd

#9efbcd #cd9efb #fbcd9e

Analogous Colors of #9efbcd

#9efbcd #9efbfb #9efb9f

Monochromatic Colors of #9efbcd

#9efbcd

Complementary Color

#9efbcd #fb9ecc

#9efbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efbcd Color CSS Codes

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

#9efbcd Text Font Color

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

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


#9efbcd Background Color

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

This div background color is #9efbcd


#9efbcd Border Color

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

This div border color is #9efbcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,251,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efbcd


Comments

No comments written yet.

Please login to write comment.