Color Hex Logo

#9cddd2 Color Hex

#9CDDD2
(156,221,210)
0 Favorites   0 Comments

Color spaces of #9cddd2

RGB 156221210
HSL0.470.490.74
HSV170°29°87°
CMYK 0.290.000.05   0.13
XYZ51.199663.434070.5182
Yxy63.43400.27650.3426
Hunter Lab79.6455-24.63193.2564
CIE-Lab83.6702-22.7832-1.1937

#9cddd2 color RGB value is (156,221,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011101 11010010
Octal 234 335 322
Decimal 156 221 210
Hex 9C DD D2

RGB Percentages of Color #9cddd2

%26.58
%37.65
%35.78

CMYK Percentages of Color #9cddd2

%29
%0
%5
%13

Triadic Colors of #9cddd2

#9cddd2 #d29cdd #ddd29c

Analogous Colors of #9cddd2

#9cddd2 #9cc8dd #9cddb2

Monochromatic Colors of #9cddd2

#9cddd2

Complementary Color

#9cddd2 #dd9ca7

#9cddd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cddd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cddd2 Color CSS Codes

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

#9cddd2 Text Font Color

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

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


#9cddd2 Background Color

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

This div background color is #9cddd2


#9cddd2 Border Color

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

This div border color is #9cddd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cddd2


Comments

No comments written yet.

Please login to write comment.