Color Hex Logo

#9cdeda Color Hex

#9CDEDA
(156,222,218)
0 Favorites   0 Comments

Color spaces of #9cdeda

RGB 156222218
HSL0.490.500.74
HSV176°30°87°
CMYK 0.300.000.02   0.13
XYZ52.486564.372475.9885
Yxy64.37240.27220.3338
Hunter Lab80.2324-23.63550.0088
CIE-Lab84.1593-21.5109-4.7139

#9cdeda color RGB value is (156,222,218).

#9cdeda hex color red value is 156, green value is 222 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9cdeda hue: 0.49 , saturation: 0.50 and the lightness value of 9cdeda is 0.74.

The process color (four color CMYK) of #9cdeda color hex is 0.30, 0.00, 0.02, 0.13. Web safe color of #9cdeda is #99cccc. Color #9cdeda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011110 11011010
Octal 234 336 332
Decimal 156 222 218
Hex 9C DE DA

RGB Percentages of Color #9cdeda

%26.17
%37.25
%36.58

CMYK Percentages of Color #9cdeda

%30
%0
%2
%13

Triadic Colors of #9cdeda

#9cdeda #da9cde #deda9c

Analogous Colors of #9cdeda

#9cdeda #9cc1de #9cdeb9

Monochromatic Colors of #9cdeda

#9cdeda

Complementary Color

#9cdeda #de9ca0

#9cdeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdeda Color CSS Codes

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

#9cdeda Text Font Color

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

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


#9cdeda Background Color

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

This div background color is #9cdeda


#9cdeda Border Color

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

This div border color is #9cdeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdeda

#9cdeda Color Palettes


Comments

No comments written yet.

Please login to write comment.