Color Hex Logo

#fcfc9d Color Hex

#FCFC9D
(252,252,157)
0 Favorites   0 Comments

Color spaces of #fcfc9d

RGB 252252157
HSL0.170.940.80
HSV60°38°99°
CMYK 0.000.000.38   0.01
XYZ81.041192.750645.5296
Yxy92.75060.36950.4229
Hunter Lab96.3071-18.332239.3854
CIE-Lab97.1263-13.488945.4879

#fcfc9d color RGB value is (252,252,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 10011101
Octal 374 374 235
Decimal 252 252 157
Hex FC FC 9D

RGB Percentages of Color #fcfc9d

%38.12
%38.12
%23.75

CMYK Percentages of Color #fcfc9d

%0
%0
%38
%1

Triadic Colors of #fcfc9d

#fcfc9d #9dfcfc #fc9dfc

Analogous Colors of #fcfc9d

#fcfc9d #cdfc9d #fccd9d

Monochromatic Colors of #fcfc9d

#fcfc9d

Complementary Color

#fcfc9d #9d9dfc

#fcfc9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfc9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfc9d Color CSS Codes

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

#fcfc9d Text Font Color

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

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


#fcfc9d Background Color

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

This div background color is #fcfc9d


#fcfc9d Border Color

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

This div border color is #fcfc9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfc9d

Related Colors


Comments

No comments written yet.

Please login to write comment.