Color Hex Logo

#fcff96 Color Hex

#FCFF96
(252,255,150)
0 Favorites   0 Comments

Color spaces of #fcff96

RGB 252255150
HSL0.171.000.79
HSV62°41°100°
CMYK 0.010.000.41   0.00
XYZ81.409994.417542.7878
Yxy94.41750.37240.4319
Hunter Lab97.1687-20.494241.9100
CIE-Lab97.8000-15.674649.7139

#fcff96 color RGB value is (252,255,150).

#fcff96 hex color red value is 252, green value is 255 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fcff96 hue: 0.17 , saturation: 1.00 and the lightness value of fcff96 is 0.79.

The process color (four color CMYK) of #fcff96 color hex is 0.01, 0.00, 0.41, 0.00. Web safe color of #fcff96 is #ffff99. Color #fcff96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 10010110
Octal 374 377 226
Decimal 252 255 150
Hex FC FF 96

RGB Percentages of Color #fcff96

%38.36
%38.81
%22.83

CMYK Percentages of Color #fcff96

%1
%0
%41
%0

Triadic Colors of #fcff96

#fcff96 #96fcff #ff96fc

Analogous Colors of #fcff96

#fcff96 #c8ff96 #ffce96

Monochromatic Colors of #fcff96

#fcff96

Complementary Color

#fcff96 #9996ff

#fcff96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcff96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcff96 Color CSS Codes

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

#fcff96 Text Font Color

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

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


#fcff96 Background Color

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

This div background color is #fcff96


#fcff96 Border Color

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

This div border color is #fcff96


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,255,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcff96; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcff96;
  -webkit-box-shadow: 1px 1px 3px 2px #fcff96;
  box-shadow:         1px 1px 3px 2px #fcff96; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcff96

Related Colors


Comments

No comments written yet.

Please login to write comment.