Color Hex Logo

#9ceaec Color Hex

#9CEAEC
(156,234,236)
0 Favorites   0 Comments

Color spaces of #9ceaec

RGB 156234236
HSL0.500.680.77
HSV182°34°93°
CMYK 0.340.010.00   0.07
XYZ58.273471.969790.1771
Yxy71.96970.26440.3265
Hunter Lab84.8350-25.8490-3.6391
CIE-Lab87.9540-23.3140-8.5891

#9ceaec color RGB value is (156,234,236).

#9ceaec hex color red value is 156, green value is 234 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9ceaec hue: 0.50 , saturation: 0.68 and the lightness value of 9ceaec is 0.77.

The process color (four color CMYK) of #9ceaec color hex is 0.34, 0.01, 0.00, 0.07. Web safe color of #9ceaec is #99ffff. Color #9ceaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101010 11101100
Octal 234 352 354
Decimal 156 234 236
Hex 9C EA EC

RGB Percentages of Color #9ceaec

%24.92
%37.38
%37.70

CMYK Percentages of Color #9ceaec

%34
%1
%0
%7

Triadic Colors of #9ceaec

#9ceaec #ec9cea #eaec9c

Analogous Colors of #9ceaec

#9ceaec #9cc2ec #9cecc6

Monochromatic Colors of #9ceaec

#9ceaec

Complementary Color

#9ceaec #ec9e9c

#9ceaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ceaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ceaec Color CSS Codes

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

#9ceaec Text Font Color

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

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


#9ceaec Background Color

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

This div background color is #9ceaec


#9ceaec Border Color

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

This div border color is #9ceaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ceaec


Comments

No comments written yet.

Please login to write comment.