Color Hex Logo

#9ceacb Color Hex

#9CEACB
(156,234,203)
0 Favorites   0 Comments

Color spaces of #9ceacb

RGB 156234203
HSL0.430.650.76
HSV156°33°92°
CMYK 0.330.000.13   0.08
XYZ53.912670.225467.2133
Yxy70.22540.28170.3670
Hunter Lab83.8006-31.814211.1061
CIE-Lab87.1073-30.53587.4789

#9ceacb color RGB value is (156,234,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101010 11001011
Octal 234 352 313
Decimal 156 234 203
Hex 9C EA CB

RGB Percentages of Color #9ceacb

%26.31
%39.46
%34.23

CMYK Percentages of Color #9ceacb

%33
%0
%13
%8

Triadic Colors of #9ceacb

#9ceacb #cb9cea #eacb9c

Analogous Colors of #9ceacb

#9ceacb #9ce2ea #9ceaa4

Monochromatic Colors of #9ceacb

#9ceacb

Complementary Color

#9ceacb #ea9cbb

#9ceacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ceacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ceacb Color CSS Codes

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

#9ceacb Text Font Color

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

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


#9ceacb Background Color

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

This div background color is #9ceacb


#9ceacb Border Color

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

This div border color is #9ceacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ceacb


Comments

No comments written yet.

Please login to write comment.