Color Hex Logo

#fcf48b Color Hex

#FCF48B
(252,244,139)
0 Favorites   0 Comments

Color spaces of #fcf48b

RGB 252244139
HSL0.150.950.77
HSV56°45°99°
CMYK 0.000.030.45   0.01
XYZ77.155887.260937.2026
Yxy87.26090.38270.4328
Hunter Lab93.4135-16.039941.7768
CIE-Lab94.8489-11.373751.2992

#fcf48b color RGB value is (252,244,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110100 10001011
Octal 374 364 213
Decimal 252 244 139
Hex FC F4 8B

RGB Percentages of Color #fcf48b

%39.69
%38.43
%21.89

CMYK Percentages of Color #fcf48b

%0
%3
%45
%1

Triadic Colors of #fcf48b

#fcf48b #8bfcf4 #f48bfc

Analogous Colors of #fcf48b

#fcf48b #ccfc8b #fcbc8b

Monochromatic Colors of #fcf48b

#fcf48b

Complementary Color

#fcf48b #8b93fc

#fcf48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf48b Color CSS Codes

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

#fcf48b Text Font Color

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

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


#fcf48b Background Color

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

This div background color is #fcf48b


#fcf48b Border Color

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

This div border color is #fcf48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf48b

Related Colors


Comments

No comments written yet.

Please login to write comment.