Color Hex Logo

#9fdfec Color Hex

#9FDFEC
(159,223,236)
0 Favorites   0 Comments

Color spaces of #9fdfec

RGB 159223236
HSL0.530.670.77
HSV190°33°93°
CMYK 0.330.060.00   0.07
XYZ55.826166.202489.1929
Yxy66.20240.26430.3134
Hunter Lab81.3649-19.9160-8.0388
CIE-Lab85.0996-17.0418-12.8247

#9fdfec color RGB value is (159,223,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011111 11101100
Octal 237 337 354
Decimal 159 223 236
Hex 9F DF EC

RGB Percentages of Color #9fdfec

%25.73
%36.08
%38.19

CMYK Percentages of Color #9fdfec

%33
%6
%0
%7

Triadic Colors of #9fdfec

#9fdfec #ec9fdf #dfec9f

Analogous Colors of #9fdfec

#9fdfec #9fb9ec #9fecd3

Monochromatic Colors of #9fdfec

#9fdfec

Complementary Color

#9fdfec #ecac9f

#9fdfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdfec Color CSS Codes

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

#9fdfec Text Font Color

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

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


#9fdfec Background Color

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

This div background color is #9fdfec


#9fdfec Border Color

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

This div border color is #9fdfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdfec


Comments

No comments written yet.

Please login to write comment.