Color Hex Logo

#9fdeec Color Hex

#9FDEEC
(159,222,236)
0 Favorites   0 Comments

Color spaces of #9fdeec

RGB 159222236
HSL0.530.670.77
HSV191°33°93°
CMYK 0.330.060.00   0.07
XYZ55.559765.669689.1041
Yxy65.66960.26420.3122
Hunter Lab81.0368-19.4328-8.4667
CIE-Lab84.8276-16.5367-13.2315

#9fdeec color RGB value is (159,222,236).

#9fdeec hex color red value is 159, green value is 222 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9fdeec hue: 0.53 , saturation: 0.67 and the lightness value of 9fdeec is 0.77.

The process color (four color CMYK) of #9fdeec color hex is 0.33, 0.06, 0.00, 0.07. Web safe color of #9fdeec is #99ccff. Color #9fdeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011110 11101100
Octal 237 336 354
Decimal 159 222 236
Hex 9F DE EC

RGB Percentages of Color #9fdeec

%25.77
%35.98
%38.25

CMYK Percentages of Color #9fdeec

%33
%6
%0
%7

Triadic Colors of #9fdeec

#9fdeec #ec9fde #deec9f

Analogous Colors of #9fdeec

#9fdeec #9fb8ec #9fecd4

Monochromatic Colors of #9fdeec

#9fdeec

Complementary Color

#9fdeec #ecad9f

#9fdeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdeec Color CSS Codes

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

#9fdeec Text Font Color

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

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


#9fdeec Background Color

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

This div background color is #9fdeec


#9fdeec Border Color

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

This div border color is #9fdeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdeec


Comments

No comments written yet.

Please login to write comment.