Color Hex Logo

#fcfe9a Color Hex

#FCFE9A
(252,254,154)
0 Favorites   0 Comments

Color spaces of #fcfe9a

RGB 252254154
HSL0.170.980.80
HSV61°39°100°
CMYK 0.010.000.39   0.00
XYZ81.419493.912244.4074
Yxy93.91220.37050.4274
Hunter Lab96.9083-19.619340.6667
CIE-Lab97.5966-14.779547.5378

#fcfe9a color RGB value is (252,254,154).

#fcfe9a hex color red value is 252, green value is 254 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fcfe9a hue: 0.17 , saturation: 0.98 and the lightness value of fcfe9a is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 10011010
Octal 374 376 232
Decimal 252 254 154
Hex FC FE 9A

RGB Percentages of Color #fcfe9a

%38.18
%38.48
%23.33

CMYK Percentages of Color #fcfe9a

%1
%0
%39
%0

Triadic Colors of #fcfe9a

#fcfe9a #9afcfe #fe9afc

Analogous Colors of #fcfe9a

#fcfe9a #cafe9a #fece9a

Monochromatic Colors of #fcfe9a

#fcfe9a

Complementary Color

#fcfe9a #9c9afe

#fcfe9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfe9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfe9a Color CSS Codes

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

#fcfe9a Text Font Color

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

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


#fcfe9a Background Color

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

This div background color is #fcfe9a


#fcfe9a Border Color

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

This div border color is #fcfe9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfe9a


Comments

No comments written yet.

Please login to write comment.