Color Hex Logo

#9cebca Color Hex

#9CEBCA
(156,235,202)
0 Favorites   0 Comments

Color spaces of #9cebca

RGB 156235202
HSL0.430.660.77
HSV155°34°92°
CMYK 0.340.000.14   0.08
XYZ54.079370.748866.6827
Yxy70.74880.28240.3694
Hunter Lab84.1123-32.431511.8746
CIE-Lab87.3628-31.21108.3687

#9cebca color RGB value is (156,235,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101011 11001010
Octal 234 353 312
Decimal 156 235 202
Hex 9C EB CA

RGB Percentages of Color #9cebca

%26.31
%39.63
%34.06

CMYK Percentages of Color #9cebca

%34
%0
%14
%8

Triadic Colors of #9cebca

#9cebca #ca9ceb #ebca9c

Analogous Colors of #9cebca

#9cebca #9ce5eb #9ceba3

Monochromatic Colors of #9cebca

#9cebca

Complementary Color

#9cebca #eb9cbd

#9cebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cebca Color CSS Codes

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

#9cebca Text Font Color

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

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


#9cebca Background Color

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

This div background color is #9cebca


#9cebca Border Color

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

This div border color is #9cebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cebca


Comments

No comments written yet.

Please login to write comment.