Color Hex Logo

#9cddc6 Color Hex

#9CDDC6
(156,221,198)
0 Favorites   0 Comments

Color spaces of #9cddc6

RGB 156221198
HSL0.440.490.74
HSV159°29°87°
CMYK 0.290.000.10   0.13
XYZ49.759862.858062.9363
Yxy62.85800.28340.3581
Hunter Lab79.2830-26.71478.4327
CIE-Lab83.3676-25.32874.7227

#9cddc6 color RGB value is (156,221,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011101 11000110
Octal 234 335 306
Decimal 156 221 198
Hex 9C DD C6

RGB Percentages of Color #9cddc6

%27.13
%38.43
%34.43

CMYK Percentages of Color #9cddc6

%29
%0
%10
%13

Triadic Colors of #9cddc6

#9cddc6 #c69cdd #ddc69c

Analogous Colors of #9cddc6

#9cddc6 #9cd4dd #9cdda6

Monochromatic Colors of #9cddc6

#9cddc6

Complementary Color

#9cddc6 #dd9cb3

#9cddc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cddc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cddc6 Color CSS Codes

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

#9cddc6 Text Font Color

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

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


#9cddc6 Background Color

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

This div background color is #9cddc6


#9cddc6 Border Color

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

This div border color is #9cddc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cddc6


Comments

No comments written yet.

Please login to write comment.