Color Hex Logo

#9ceaba Color Hex

#9CEABA
(156,234,186)
0 Favorites   0 Comments

Color spaces of #9ceaba

RGB 156234186
HSL0.400.650.76
HSV143°33°92°
CMYK 0.330.000.21   0.08
XYZ51.996069.458757.1208
Yxy69.45870.29120.3890
Hunter Lab83.3419-34.484317.7032
CIE-Lab86.7307-33.876415.8193

#9ceaba color RGB value is (156,234,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101010 10111010
Octal 234 352 272
Decimal 156 234 186
Hex 9C EA BA

RGB Percentages of Color #9ceaba

%27.08
%40.63
%32.29

CMYK Percentages of Color #9ceaba

%33
%0
%21
%8

Triadic Colors of #9ceaba

#9ceaba #ba9cea #eaba9c

Analogous Colors of #9ceaba

#9ceaba #9ceae1 #a5ea9c

Monochromatic Colors of #9ceaba

#9ceaba

Complementary Color

#9ceaba #ea9ccc

#9ceaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ceaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ceaba Color CSS Codes

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

#9ceaba Text Font Color

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

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


#9ceaba Background Color

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

This div background color is #9ceaba


#9ceaba Border Color

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

This div border color is #9ceaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ceaba


Comments

No comments written yet.

Please login to write comment.