Color Hex Logo

#9dfcdc Color Hex

#9DFCDC
(157,252,220)
0 Favorites   0 Comments

Color spaces of #9dfcdc

RGB 157252220
HSL0.440.940.80
HSV160°38°99°
CMYK 0.380.000.13   0.01
XYZ61.633381.956280.2809
Yxy81.95620.27530.3661
Hunter Lab90.5297-36.902710.7929
CIE-Lab92.5555-35.13666.4830

#9dfcdc color RGB value is (157,252,220).

#9dfcdc hex color red value is 157, green value is 252 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9dfcdc hue: 0.44 , saturation: 0.94 and the lightness value of 9dfcdc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111100 11011100
Octal 235 374 334
Decimal 157 252 220
Hex 9D FC DC

RGB Percentages of Color #9dfcdc

%24.96
%40.06
%34.98

CMYK Percentages of Color #9dfcdc

%38
%0
%13
%1

Triadic Colors of #9dfcdc

#9dfcdc #dc9dfc #fcdc9d

Analogous Colors of #9dfcdc

#9dfcdc #9dedfc #9dfcad

Monochromatic Colors of #9dfcdc

#9dfcdc

Complementary Color

#9dfcdc #fc9dbd

#9dfcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfcdc Color CSS Codes

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

#9dfcdc Text Font Color

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

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


#9dfcdc Background Color

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

This div background color is #9dfcdc


#9dfcdc Border Color

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

This div border color is #9dfcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfcdc


Comments

No comments written yet.

Please login to write comment.