Color Hex Logo

#9dfacc Color Hex

#9DFACC
(157,250,204)
0 Favorites   0 Comments

Color spaces of #9dfacc

RGB 157250204
HSL0.420.900.80
HSV150°37°98°
CMYK 0.370.000.18   0.02
XYZ58.989379.898969.4397
Yxy79.89890.28320.3835
Hunter Lab89.3862-38.627016.5109
CIE-Lab91.6395-37.467313.4331

#9dfacc color RGB value is (157,250,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111010 11001100
Octal 235 372 314
Decimal 157 250 204
Hex 9D FA CC

RGB Percentages of Color #9dfacc

%25.70
%40.92
%33.39

CMYK Percentages of Color #9dfacc

%37
%0
%18
%2

Triadic Colors of #9dfacc

#9dfacc #cc9dfa #facc9d

Analogous Colors of #9dfacc

#9dfacc #9dfafa #9dfa9e

Monochromatic Colors of #9dfacc

#9dfacc

Complementary Color

#9dfacc #fa9dcb

#9dfacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfacc Color CSS Codes

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

#9dfacc Text Font Color

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

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


#9dfacc Background Color

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

This div background color is #9dfacc


#9dfacc Border Color

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

This div border color is #9dfacc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,250,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfacc


Comments

No comments written yet.

Please login to write comment.