Color Hex Logo

#9cedce Color Hex

#9CEDCE
(156,237,206)
0 Favorites   0 Comments

Color spaces of #9cedce

RGB 156237206
HSL0.440.690.77
HSV157°34°93°
CMYK 0.340.000.13   0.07
XYZ55.135172.092569.4018
Yxy72.09250.28040.3666
Hunter Lab84.9073-32.677710.9725
CIE-Lab88.0131-31.33507.2120

#9cedce color RGB value is (156,237,206).

#9cedce hex color red value is 156, green value is 237 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9cedce hue: 0.44 , saturation: 0.69 and the lightness value of 9cedce is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101101 11001110
Octal 234 355 316
Decimal 156 237 206
Hex 9C ED CE

RGB Percentages of Color #9cedce

%26.04
%39.57
%34.39

CMYK Percentages of Color #9cedce

%34
%0
%13
%7

Triadic Colors of #9cedce

#9cedce #ce9ced #edce9c

Analogous Colors of #9cedce

#9cedce #9ce4ed #9ceda6

Monochromatic Colors of #9cedce

#9cedce

Complementary Color

#9cedce #ed9cbb

#9cedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cedce Color CSS Codes

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

#9cedce Text Font Color

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

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


#9cedce Background Color

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

This div background color is #9cedce


#9cedce Border Color

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

This div border color is #9cedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cedce


Comments

No comments written yet.

Please login to write comment.