Color Hex Logo

#9cfeba Color Hex

#9CFEBA
(156,254,186)
0 Favorites   0 Comments

Color spaces of #9cfeba

RGB 156254186
HSL0.380.980.80
HSV138°39°100°
CMYK 0.390.000.27   0.00
XYZ58.015081.496759.1271
Yxy81.49670.29210.4103
Hunter Lab90.2755-43.270324.3601
CIE-Lab92.3523-42.900823.6448

#9cfeba color RGB value is (156,254,186).

#9cfeba hex color red value is 156, green value is 254 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9cfeba hue: 0.38 , saturation: 0.98 and the lightness value of 9cfeba is 0.80.

The process color (four color CMYK) of #9cfeba color hex is 0.39, 0.00, 0.27, 0.00. Web safe color of #9cfeba is #99ffcc. Color #9cfeba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11111110 10111010
Octal 234 376 272
Decimal 156 254 186
Hex 9C FE BA

RGB Percentages of Color #9cfeba

%26.17
%42.62
%31.21

CMYK Percentages of Color #9cfeba

%39
%0
%27
%0

Triadic Colors of #9cfeba

#9cfeba #ba9cfe #feba9c

Analogous Colors of #9cfeba

#9cfeba #9cfeeb #affe9c

Monochromatic Colors of #9cfeba

#9cfeba

Complementary Color

#9cfeba #fe9ce0

#9cfeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cfeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cfeba Color CSS Codes

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

#9cfeba Text Font Color

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

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


#9cfeba Background Color

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

This div background color is #9cfeba


#9cfeba Border Color

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

This div border color is #9cfeba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,254,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cfeba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cfeba;
  -webkit-box-shadow: 1px 1px 3px 2px #9cfeba;
  box-shadow:         1px 1px 3px 2px #9cfeba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,254,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cfeba


Comments

No comments written yet.

Please login to write comment.