Color Hex Logo

#9fccec Color Hex

#9FCCEC
(159,204,236)
0 Favorites   0 Comments

Color spaces of #9fccec

RGB 159204236
HSL0.570.670.77
HSV205°33°93°
CMYK 0.330.140.00   0.07
XYZ51.031356.612887.5946
Yxy56.61280.26140.2900
Hunter Lab75.2415-10.6079-16.3552
CIE-Lab79.9613-7.2429-20.5592

#9fccec color RGB value is (159,204,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001100 11101100
Octal 237 314 354
Decimal 159 204 236
Hex 9F CC EC

RGB Percentages of Color #9fccec

%26.54
%34.06
%39.40

CMYK Percentages of Color #9fccec

%33
%14
%0
%7

Triadic Colors of #9fccec

#9fccec #ec9fcc #ccec9f

Analogous Colors of #9fccec

#9fccec #9fa6ec #9fece6

Monochromatic Colors of #9fccec

#9fccec

Complementary Color

#9fccec #ecbf9f

#9fccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fccec Color CSS Codes

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

#9fccec Text Font Color

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

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


#9fccec Background Color

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

This div background color is #9fccec


#9fccec Border Color

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

This div border color is #9fccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fccec


Comments

No comments written yet.

Please login to write comment.