Color Hex Logo

#9fdcef Color Hex

#9FDCEF
(159,220,239)
0 Favorites   0 Comments

Color spaces of #9fdcef

RGB 159220239
HSL0.540.710.78
HSV194°33°94°
CMYK 0.330.080.00   0.06
XYZ55.471364.789391.2433
Yxy64.78930.26230.3063
Hunter Lab80.4918-17.8465-10.8653
CIE-Lab84.3750-14.8079-15.4970

#9fdcef color RGB value is (159,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011100 11101111
Octal 237 334 357
Decimal 159 220 239
Hex 9F DC EF

RGB Percentages of Color #9fdcef

%25.73
%35.60
%38.67

CMYK Percentages of Color #9fdcef

%33
%8
%0
%6

Triadic Colors of #9fdcef

#9fdcef #ef9fdc #dcef9f

Analogous Colors of #9fdcef

#9fdcef #9fb4ef #9fefda

Monochromatic Colors of #9fdcef

#9fdcef

Complementary Color

#9fdcef #efb29f

#9fdcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdcef Color CSS Codes

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

#9fdcef Text Font Color

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

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


#9fdcef Background Color

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

This div background color is #9fdcef


#9fdcef Border Color

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

This div border color is #9fdcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdcef


Comments

No comments written yet.

Please login to write comment.