Color Hex Logo

#fcf28f Color Hex

#FCF28F
(252,242,143)
0 Favorites   0 Comments

Color spaces of #fcf28f

RGB 252242143
HSL0.150.950.77
HSV54°43°99°
CMYK 0.000.040.43   0.01
XYZ76.854986.182938.5709
Yxy86.18290.38120.4275
Hunter Lab92.8347-14.686440.3506
CIE-Lab94.3905-10.005148.8154

#fcf28f color RGB value is (252,242,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110010 10001111
Octal 374 362 217
Decimal 252 242 143
Hex FC F2 8F

RGB Percentages of Color #fcf28f

%39.56
%37.99
%22.45

CMYK Percentages of Color #fcf28f

%0
%4
%43
%1

Triadic Colors of #fcf28f

#fcf28f #8ffcf2 #f28ffc

Analogous Colors of #fcf28f

#fcf28f #d0fc8f #fcbc8f

Monochromatic Colors of #fcf28f

#fcf28f

Complementary Color

#fcf28f #8f99fc

#fcf28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf28f Color CSS Codes

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

#fcf28f Text Font Color

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

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


#fcf28f Background Color

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

This div background color is #fcf28f


#fcf28f Border Color

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

This div border color is #fcf28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf28f


Comments

No comments written yet.

Please login to write comment.