Color Hex Logo

#9cebba Color Hex

#9CEBBA
(156,235,186)
0 Favorites   0 Comments

Color spaces of #9cebba

RGB 156235186
HSL0.400.660.77
HSV143°34°92°
CMYK 0.340.000.21   0.08
XYZ52.281670.029857.2159
Yxy70.02980.29120.3901
Hunter Lab83.6838-34.928518.0412
CIE-Lab87.0115-34.339316.2139

#9cebba color RGB value is (156,235,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101011 10111010
Octal 234 353 272
Decimal 156 235 186
Hex 9C EB BA

RGB Percentages of Color #9cebba

%27.04
%40.73
%32.24

CMYK Percentages of Color #9cebba

%34
%0
%21
%8

Triadic Colors of #9cebba

#9cebba #ba9ceb #ebba9c

Analogous Colors of #9cebba

#9cebba #9cebe2 #a6eb9c

Monochromatic Colors of #9cebba

#9cebba

Complementary Color

#9cebba #eb9ccd

#9cebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cebba Color CSS Codes

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

#9cebba Text Font Color

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

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


#9cebba Background Color

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

This div background color is #9cebba


#9cebba Border Color

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

This div border color is #9cebba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cebba


Comments

No comments written yet.

Please login to write comment.