Color Hex Logo

#fcfe9d Color Hex

#FCFE9D
(252,254,157)
0 Favorites   0 Comments

Color spaces of #fcfe9d

RGB 252254157
HSL0.170.980.81
HSV61°38°100°
CMYK 0.010.000.38   0.00
XYZ81.672594.013445.7401
Yxy94.01340.36880.4246
Hunter Lab96.9605-19.325439.9029
CIE-Lab97.6374-14.463846.1390

#fcfe9d color RGB value is (252,254,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111110 10011101
Octal 374 376 235
Decimal 252 254 157
Hex FC FE 9D

RGB Percentages of Color #fcfe9d

%38.01
%38.31
%23.68

CMYK Percentages of Color #fcfe9d

%1
%0
%38
%0

Triadic Colors of #fcfe9d

#fcfe9d #9dfcfe #fe9dfc

Analogous Colors of #fcfe9d

#fcfe9d #ccfe9d #fed09d

Monochromatic Colors of #fcfe9d

#fcfe9d

Complementary Color

#fcfe9d #9f9dfe

#fcfe9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfe9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfe9d Color CSS Codes

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

#fcfe9d Text Font Color

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

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


#fcfe9d Background Color

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

This div background color is #fcfe9d


#fcfe9d Border Color

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

This div border color is #fcfe9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfe9d

Related Colors


Comments

No comments written yet.

Please login to write comment.