Color Hex Logo

#fcf48c Color Hex

#FCF48C
(252,244,140)
0 Favorites   0 Comments

Color spaces of #fcf48c

RGB 252244140
HSL0.150.950.77
HSV56°44°99°
CMYK 0.000.030.44   0.01
XYZ77.229287.290337.5892
Yxy87.29030.38210.4319
Hunter Lab93.4293-15.952141.5465
CIE-Lab94.8613-11.279550.8380

#fcf48c color RGB value is (252,244,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110100 10001100
Octal 374 364 214
Decimal 252 244 140
Hex FC F4 8C

RGB Percentages of Color #fcf48c

%39.62
%38.36
%22.01

CMYK Percentages of Color #fcf48c

%0
%3
%44
%1

Triadic Colors of #fcf48c

#fcf48c #8cfcf4 #f48cfc

Analogous Colors of #fcf48c

#fcf48c #ccfc8c #fcbc8c

Monochromatic Colors of #fcf48c

#fcf48c

Complementary Color

#fcf48c #8c94fc

#fcf48c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf48c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf48c Color CSS Codes

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

#fcf48c Text Font Color

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

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


#fcf48c Background Color

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

This div background color is #fcf48c


#fcf48c Border Color

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

This div border color is #fcf48c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf48c

Related Colors


Comments

No comments written yet.

Please login to write comment.