Color Hex Logo

#9fdfce Color Hex

#9FDFCE
(159,223,206)
0 Favorites   0 Comments

Color spaces of #9fdfce

RGB 159223206
HSL0.460.500.75
HSV164°29°87°
CMYK 0.290.000.08   0.13
XYZ51.826364.602568.1305
Yxy64.60250.28080.3500
Hunter Lab80.3757-25.56056.0058
CIE-Lab84.2785-23.75191.8305

#9fdfce color RGB value is (159,223,206).

#9fdfce hex color red value is 159, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9fdfce hue: 0.46 , saturation: 0.50 and the lightness value of 9fdfce is 0.75.

The process color (four color CMYK) of #9fdfce color hex is 0.29, 0.00, 0.08, 0.13. Web safe color of #9fdfce is #99cccc. Color #9fdfce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011111 11001110
Octal 237 337 316
Decimal 159 223 206
Hex 9F DF CE

RGB Percentages of Color #9fdfce

%27.04
%37.93
%35.03

CMYK Percentages of Color #9fdfce

%29
%0
%8
%13

Triadic Colors of #9fdfce

#9fdfce #ce9fdf #dfce9f

Analogous Colors of #9fdfce

#9fdfce #9fd0df #9fdfae

Monochromatic Colors of #9fdfce

#9fdfce

Complementary Color

#9fdfce #df9fb0

#9fdfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdfce Color CSS Codes

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

#9fdfce Text Font Color

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

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


#9fdfce Background Color

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

This div background color is #9fdfce


#9fdfce Border Color

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

This div border color is #9fdfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdfce


Comments

No comments written yet.

Please login to write comment.