Color Hex Logo

#9ceecd Color Hex

#9CEECD
(156,238,205)
0 Favorites   0 Comments

Color spaces of #9ceecd

RGB 156238205
HSL0.430.710.77
HSV156°34°93°
CMYK 0.340.000.14   0.07
XYZ55.304372.624868.8607
Yxy72.62480.28100.3690
Hunter Lab85.2202-33.296411.7459
CIE-Lab88.2685-32.00968.1008

#9ceecd color RGB value is (156,238,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101110 11001101
Octal 234 356 315
Decimal 156 238 205
Hex 9C EE CD

RGB Percentages of Color #9ceecd

%26.04
%39.73
%34.22

CMYK Percentages of Color #9ceecd

%34
%0
%14
%7

Triadic Colors of #9ceecd

#9ceecd #cd9cee #eecd9c

Analogous Colors of #9ceecd

#9ceecd #9ce6ee #9ceea4

Monochromatic Colors of #9ceecd

#9ceecd

Complementary Color

#9ceecd #ee9cbd

#9ceecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ceecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ceecd Color CSS Codes

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

#9ceecd Text Font Color

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

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


#9ceecd Background Color

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

This div background color is #9ceecd


#9ceecd Border Color

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

This div border color is #9ceecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ceecd


Comments

No comments written yet.

Please login to write comment.