Color Hex Logo

#9fccef Color Hex

#9FCCEF
(159,204,239)
0 Favorites   0 Comments

Color spaces of #9fccef

RGB 159204239
HSL0.570.710.78
HSV206°33°94°
CMYK 0.330.150.00   0.06
XYZ51.470956.788789.9099
Yxy56.78870.25970.2866
Hunter Lab75.3583-9.9587-17.9881
CIE-Lab80.0606-6.5072-22.0127

#9fccef color RGB value is (159,204,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001100 11101111
Octal 237 314 357
Decimal 159 204 239
Hex 9F CC EF

RGB Percentages of Color #9fccef

%26.41
%33.89
%39.70

CMYK Percentages of Color #9fccef

%33
%15
%0
%6

Triadic Colors of #9fccef

#9fccef #ef9fcc #ccef9f

Analogous Colors of #9fccef

#9fccef #9fa4ef #9fefea

Monochromatic Colors of #9fccef

#9fccef

Complementary Color

#9fccef #efc29f

#9fccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fccef Color CSS Codes

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

#9fccef Text Font Color

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

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


#9fccef Background Color

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

This div background color is #9fccef


#9fccef Border Color

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

This div border color is #9fccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fccef


Comments

No comments written yet.

Please login to write comment.