Color Hex Logo

#fcf26c Color Hex

#FCF26C
(252,242,108)
0 Favorites   0 Comments

Color spaces of #fcf26c

RGB 252242108
HSL0.160.960.71
HSV56°57°99°
CMYK 0.000.040.57   0.01
XYZ74.603885.282426.7165
Yxy85.28240.39980.4570
Hunter Lab92.3485-17.408447.4913
CIE-Lab94.0047-12.935264.4540

#fcf26c color RGB value is (252,242,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110010 01101100
Octal 374 362 154
Decimal 252 242 108
Hex FC F2 6C

RGB Percentages of Color #fcf26c

%41.86
%40.20
%17.94

CMYK Percentages of Color #fcf26c

%0
%4
%57
%1

Triadic Colors of #fcf26c

#fcf26c #6cfcf2 #f26cfc

Analogous Colors of #fcf26c

#fcf26c #befc6c #fcaa6c

Monochromatic Colors of #fcf26c

#fcf26c

Complementary Color

#fcf26c #6c76fc

#fcf26c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf26c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf26c Color CSS Codes

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

#fcf26c Text Font Color

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

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


#fcf26c Background Color

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

This div background color is #fcf26c


#fcf26c Border Color

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

This div border color is #fcf26c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf26c

Related Colors


Comments

No comments written yet.

Please login to write comment.