Color Hex Logo

#9cedde Color Hex

#9CEDDE
(156,237,222)
0 Favorites   0 Comments

Color spaces of #9cedde

RGB 156237222
HSL0.470.690.77
HSV169°34°93°
CMYK 0.340.000.06   0.07
XYZ57.179372.910280.1667
Yxy72.91020.27200.3468
Hunter Lab85.3875-29.89644.1063
CIE-Lab88.4049-27.9325-0.5875

#9cedde color RGB value is (156,237,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101101 11011110
Octal 234 355 336
Decimal 156 237 222
Hex 9C ED DE

RGB Percentages of Color #9cedde

%25.37
%38.54
%36.10

CMYK Percentages of Color #9cedde

%34
%0
%6
%7

Triadic Colors of #9cedde

#9cedde #de9ced #edde9c

Analogous Colors of #9cedde

#9cedde #9cd4ed #9cedb6

Monochromatic Colors of #9cedde

#9cedde

Complementary Color

#9cedde #ed9cab

#9cedde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cedde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cedde Color CSS Codes

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

#9cedde Text Font Color

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

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


#9cedde Background Color

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

This div background color is #9cedde


#9cedde Border Color

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

This div border color is #9cedde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cedde


Comments

No comments written yet.

Please login to write comment.