Color Hex Logo

#9cdddc Color Hex

#9CDDDC
(156,221,220)
0 Favorites   0 Comments

Color spaces of #9cdddc

RGB 156221220
HSL0.500.490.74
HSV179°29°87°
CMYK 0.290.000.00   0.13
XYZ52.485063.948177.2871
Yxy63.94810.27090.3301
Hunter Lab79.9676-22.7886-1.3254
CIE-Lab83.9387-20.5642-6.0990

#9cdddc color RGB value is (156,221,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011101 11011100
Octal 234 335 334
Decimal 156 221 220
Hex 9C DD DC

RGB Percentages of Color #9cdddc

%26.13
%37.02
%36.85

CMYK Percentages of Color #9cdddc

%29
%0
%0
%13

Triadic Colors of #9cdddc

#9cdddc #dc9cdd #dddc9c

Analogous Colors of #9cdddc

#9cdddc #9cbedd #9cddbc

Monochromatic Colors of #9cdddc

#9cdddc

Complementary Color

#9cdddc #dd9c9d

#9cdddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdddc Color CSS Codes

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

#9cdddc Text Font Color

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

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


#9cdddc Background Color

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

This div background color is #9cdddc


#9cdddc Border Color

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

This div border color is #9cdddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdddc


Comments

No comments written yet.

Please login to write comment.