Color Hex Logo

#fcf292 Color Hex

#FCF292
(252,242,146)
0 Favorites   0 Comments

Color spaces of #fcf292

RGB 252242146
HSL0.150.950.78
HSV54°42°99°
CMYK 0.000.040.42   0.01
XYZ77.085386.275039.7840
Yxy86.27500.37950.4247
Hunter Lab92.8843-14.409339.6241
CIE-Lab94.4298-9.709547.4148

#fcf292 color RGB value is (252,242,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110010 10010010
Octal 374 362 222
Decimal 252 242 146
Hex FC F2 92

RGB Percentages of Color #fcf292

%39.38
%37.81
%22.81

CMYK Percentages of Color #fcf292

%0
%4
%42
%1

Triadic Colors of #fcf292

#fcf292 #92fcf2 #f292fc

Analogous Colors of #fcf292

#fcf292 #d1fc92 #fcbd92

Monochromatic Colors of #fcf292

#fcf292

Complementary Color

#fcf292 #929cfc

#fcf292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf292 Color CSS Codes

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

#fcf292 Text Font Color

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

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


#fcf292 Background Color

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

This div background color is #fcf292


#fcf292 Border Color

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

This div border color is #fcf292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf292


Comments

No comments written yet.

Please login to write comment.