Color Hex Logo

#9fdfef Color Hex

#9FDFEF
(159,223,239)
0 Favorites   0 Comments

Color spaces of #9fdfef

RGB 159223239
HSL0.530.710.78
HSV192°33°94°
CMYK 0.330.070.00   0.06
XYZ56.265766.378391.5081
Yxy66.37830.26270.3100
Hunter Lab81.4729-19.3043-9.5619
CIE-Lab85.1890-16.3312-14.2758

#9fdfef color RGB value is (159,223,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011111 11101111
Octal 237 337 357
Decimal 159 223 239
Hex 9F DF EF

RGB Percentages of Color #9fdfef

%25.60
%35.91
%38.49

CMYK Percentages of Color #9fdfef

%33
%7
%0
%6

Triadic Colors of #9fdfef

#9fdfef #ef9fdf #dfef9f

Analogous Colors of #9fdfef

#9fdfef #9fb7ef #9fefd7

Monochromatic Colors of #9fdfef

#9fdfef

Complementary Color

#9fdfef #efaf9f

#9fdfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdfef Color CSS Codes

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

#9fdfef Text Font Color

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

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


#9fdfef Background Color

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

This div background color is #9fdfef


#9fdfef Border Color

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

This div border color is #9fdfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdfef


Comments

No comments written yet.

Please login to write comment.