Color Hex Logo

#fcfa8a Color Hex

#FCFA8A
(252,250,138)
0 Favorites   0 Comments

Color spaces of #fcfa8a

RGB 252250138
HSL0.160.950.76
HSV59°45°99°
CMYK 0.000.010.45   0.01
XYZ78.917990.901637.4311
Yxy90.90160.38080.4386
Hunter Lab95.3423-19.098943.4626
CIE-Lab96.3695-14.404253.6354

#fcfa8a color RGB value is (252,250,138).

#fcfa8a hex color red value is 252, green value is 250 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fcfa8a hue: 0.16 , saturation: 0.95 and the lightness value of fcfa8a is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 10001010
Octal 374 372 212
Decimal 252 250 138
Hex FC FA 8A

RGB Percentages of Color #fcfa8a

%39.38
%39.06
%21.56

CMYK Percentages of Color #fcfa8a

%0
%1
%45
%1

Triadic Colors of #fcfa8a

#fcfa8a #8afcfa #fa8afc

Analogous Colors of #fcfa8a

#fcfa8a #c5fc8a #fcc18a

Monochromatic Colors of #fcfa8a

#fcfa8a

Complementary Color

#fcfa8a #8a8cfc

#fcfa8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfa8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfa8a Color CSS Codes

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

#fcfa8a Text Font Color

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

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


#fcfa8a Background Color

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

This div background color is #fcfa8a


#fcfa8a Border Color

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

This div border color is #fcfa8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfa8a

Related Colors


Comments

No comments written yet.

Please login to write comment.