Color Hex Logo

#9fcefc Color Hex

#9FCEFC
(159,206,252)
0 Favorites   0 Comments

Color spaces of #9fcefc

RGB 159206252
HSL0.580.940.81
HSV210°37°99°
CMYK 0.370.180.00   0.01
XYZ53.940158.5418100.5522
Yxy58.54180.25320.2748
Hunter Lab76.5126-8.0576-24.3596
CIE-Lab81.0391-4.3093-27.4546

#9fcefc color RGB value is (159,206,252).

#9fcefc hex color red value is 159, green value is 206 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9fcefc hue: 0.58 , saturation: 0.94 and the lightness value of 9fcefc is 0.81.

The process color (four color CMYK) of #9fcefc color hex is 0.37, 0.18, 0.00, 0.01. Web safe color of #9fcefc is #99ccff. Color #9fcefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001110 11111100
Octal 237 316 374
Decimal 159 206 252
Hex 9F CE FC

RGB Percentages of Color #9fcefc

%25.77
%33.39
%40.84

CMYK Percentages of Color #9fcefc

%37
%18
%0
%1

Triadic Colors of #9fcefc

#9fcefc #fc9fce #cefc9f

Analogous Colors of #9fcefc

#9fcefc #9fa0fc #9ffcfc

Monochromatic Colors of #9fcefc

#9fcefc

Complementary Color

#9fcefc #fccd9f

#9fcefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcefc Color CSS Codes

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

#9fcefc Text Font Color

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

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


#9fcefc Background Color

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

This div background color is #9fcefc


#9fcefc Border Color

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

This div border color is #9fcefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcefc


Comments

No comments written yet.

Please login to write comment.