Color Hex Logo

#9cfadc Color Hex

#9CFADC
(156,250,220)
0 Favorites   0 Comments

Color spaces of #9cfadc

RGB 156250220
HSL0.450.900.80
HSV161°38°98°
CMYK 0.380.000.12   0.02
XYZ60.814280.606480.0635
Yxy80.60640.27460.3639
Hunter Lab89.7811-36.20799.9741
CIE-Lab91.9563-34.47935.6131

#9cfadc color RGB value is (156,250,220).

#9cfadc hex color red value is 156, green value is 250 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9cfadc hue: 0.45 , saturation: 0.90 and the lightness value of 9cfadc is 0.80.

The process color (four color CMYK) of #9cfadc color hex is 0.38, 0.00, 0.12, 0.02. Web safe color of #9cfadc is #99ffcc. Color #9cfadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11111010 11011100
Octal 234 372 334
Decimal 156 250 220
Hex 9C FA DC

RGB Percentages of Color #9cfadc

%24.92
%39.94
%35.14

CMYK Percentages of Color #9cfadc

%38
%0
%12
%2

Triadic Colors of #9cfadc

#9cfadc #dc9cfa #fadc9c

Analogous Colors of #9cfadc

#9cfadc #9ce9fa #9cfaad

Monochromatic Colors of #9cfadc

#9cfadc

Complementary Color

#9cfadc #fa9cba

#9cfadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cfadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cfadc Color CSS Codes

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

#9cfadc Text Font Color

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

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


#9cfadc Background Color

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

This div background color is #9cfadc


#9cfadc Border Color

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

This div border color is #9cfadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,250,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 #9cfadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cfadc


Comments

No comments written yet.

Please login to write comment.