Color Hex Logo

#9dfaec Color Hex

#9DFAEC
(157,250,236)
0 Favorites   0 Comments

Color spaces of #9dfaec

RGB 157250236
HSL0.470.900.80
HSV171°37°98°
CMYK 0.370.000.06   0.02
XYZ63.230681.595491.7738
Yxy81.59540.26720.3449
Hunter Lab90.3302-33.12882.9936
CIE-Lab92.3960-30.7421-2.0325

#9dfaec color RGB value is (157,250,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111010 11101100
Octal 235 372 354
Decimal 157 250 236
Hex 9D FA EC

RGB Percentages of Color #9dfaec

%24.42
%38.88
%36.70

CMYK Percentages of Color #9dfaec

%37
%0
%6
%2

Triadic Colors of #9dfaec

#9dfaec #ec9dfa #faec9d

Analogous Colors of #9dfaec

#9dfaec #9ddafa #9dfabe

Monochromatic Colors of #9dfaec

#9dfaec

Complementary Color

#9dfaec #fa9dab

#9dfaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfaec Color CSS Codes

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

#9dfaec Text Font Color

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

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


#9dfaec Background Color

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

This div background color is #9dfaec


#9dfaec Border Color

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

This div border color is #9dfaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfaec

Related Colors


Comments

No comments written yet.

Please login to write comment.