Color Hex Logo

#fcfc8b Color Hex

#FCFC8B
(252,252,139)
0 Favorites   0 Comments

Color spaces of #fcfc8b

RGB 252252139
HSL0.170.950.77
HSV60°45°99°
CMYK 0.000.000.45   0.01
XYZ79.615592.180338.0225
Yxy92.18030.37940.4393
Hunter Lab96.0106-19.999743.7271
CIE-Lab96.8940-15.284153.8056

#fcfc8b color RGB value is (252,252,139).

#fcfc8b hex color red value is 252, green value is 252 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fcfc8b hue: 0.17 , saturation: 0.95 and the lightness value of fcfc8b is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 10001011
Octal 374 374 213
Decimal 252 252 139
Hex FC FC 8B

RGB Percentages of Color #fcfc8b

%39.19
%39.19
%21.62

CMYK Percentages of Color #fcfc8b

%0
%0
%45
%1

Triadic Colors of #fcfc8b

#fcfc8b #8bfcfc #fc8bfc

Analogous Colors of #fcfc8b

#fcfc8b #c4fc8b #fcc48b

Monochromatic Colors of #fcfc8b

#fcfc8b

Complementary Color

#fcfc8b #8b8bfc

#fcfc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfc8b Color CSS Codes

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

#fcfc8b Text Font Color

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

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


#fcfc8b Background Color

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

This div background color is #fcfc8b


#fcfc8b Border Color

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

This div border color is #fcfc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfc8b

Related Colors


Comments

No comments written yet.

Please login to write comment.