Color Hex Logo

#9fecdd Color Hex

#9FECDD
(159,236,221)
0 Favorites   0 Comments

Color spaces of #9fecdd

RGB 159236221
HSL0.470.670.77
HSV168°33°93°
CMYK 0.330.000.06   0.07
XYZ57.344772.582379.3940
Yxy72.58230.27400.3468
Hunter Lab85.1952-28.94384.3839
CIE-Lab88.2481-26.8503-0.2757

#9fecdd color RGB value is (159,236,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101100 11011101
Octal 237 354 335
Decimal 159 236 221
Hex 9F EC DD

RGB Percentages of Color #9fecdd

%25.81
%38.31
%35.88

CMYK Percentages of Color #9fecdd

%33
%0
%6
%7

Triadic Colors of #9fecdd

#9fecdd #dd9fec #ecdd9f

Analogous Colors of #9fecdd

#9fecdd #9fd5ec #9fecb7

Monochromatic Colors of #9fecdd

#9fecdd

Complementary Color

#9fecdd #ec9fae

#9fecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fecdd Color CSS Codes

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

#9fecdd Text Font Color

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

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


#9fecdd Background Color

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

This div background color is #9fecdd


#9fecdd Border Color

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

This div border color is #9fecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fecdd


Comments

No comments written yet.

Please login to write comment.