Color Hex Logo

#9ce9dc Color Hex

#9CE9DC
(156,233,220)
0 Favorites   0 Comments

Color spaces of #9ce9dc

RGB 156233220
HSL0.470.640.76
HSV170°33°91°
CMYK 0.330.000.06   0.09
XYZ55.767570.513178.3813
Yxy70.51310.27250.3445
Hunter Lab83.9721-28.40583.4379
CIE-Lab87.2479-26.4485-1.2315

#9ce9dc color RGB value is (156,233,220).

#9ce9dc hex color red value is 156, green value is 233 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9ce9dc hue: 0.47 , saturation: 0.64 and the lightness value of 9ce9dc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101001 11011100
Octal 234 351 334
Decimal 156 233 220
Hex 9C E9 DC

RGB Percentages of Color #9ce9dc

%25.62
%38.26
%36.12

CMYK Percentages of Color #9ce9dc

%33
%0
%6
%9

Triadic Colors of #9ce9dc

#9ce9dc #dc9ce9 #e9dc9c

Analogous Colors of #9ce9dc

#9ce9dc #9cd0e9 #9ce9b6

Monochromatic Colors of #9ce9dc

#9ce9dc

Complementary Color

#9ce9dc #e99ca9

#9ce9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ce9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ce9dc Color CSS Codes

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

#9ce9dc Text Font Color

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

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


#9ce9dc Background Color

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

This div background color is #9ce9dc


#9ce9dc Border Color

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

This div border color is #9ce9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ce9dc


Comments

No comments written yet.

Please login to write comment.