Color Hex Logo

#fcf26f Color Hex

#FCF26F
(252,242,111)
0 Favorites   0 Comments

Color spaces of #fcf26f

RGB 252242111
HSL0.150.960.71
HSV56°56°99°
CMYK 0.000.040.56   0.01
XYZ74.766385.347427.5720
Yxy85.34740.39840.4547
Hunter Lab92.3837-17.210946.9734
CIE-Lab94.0326-12.721063.1797

#fcf26f color RGB value is (252,242,111).

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

The process color (four color CMYK) of #fcf26f color hex is 0.00, 0.04, 0.56, 0.01. Web safe color of #fcf26f is #ffff66. Color #fcf26f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110010 01101111
Octal 374 362 157
Decimal 252 242 111
Hex FC F2 6F

RGB Percentages of Color #fcf26f

%41.65
%40.00
%18.35

CMYK Percentages of Color #fcf26f

%0
%4
%56
%1

Triadic Colors of #fcf26f

#fcf26f #6ffcf2 #f26ffc

Analogous Colors of #fcf26f

#fcf26f #c0fc6f #fcac6f

Monochromatic Colors of #fcf26f

#fcf26f

Complementary Color

#fcf26f #6f79fc

#fcf26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf26f Color CSS Codes

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

#fcf26f Text Font Color

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

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


#fcf26f Background Color

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

This div background color is #fcf26f


#fcf26f Border Color

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

This div border color is #fcf26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf26f


Comments

No comments written yet.

Please login to write comment.