Color Hex Logo

#fcf35e Color Hex

#FCF35E
(252,243,94)
0 Favorites   0 Comments

Color spaces of #fcf35e

RGB 25224394
HSL0.160.960.68
HSV57°63°99°
CMYK 0.000.040.63   0.01
XYZ74.215985.604823.2015
Yxy85.60480.40550.4677
Hunter Lab92.5229-18.733849.8981
CIE-Lab94.1431-14.332770.4439

#fcf35e color RGB value is (252,243,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110011 01011110
Octal 374 363 136
Decimal 252 243 94
Hex FC F3 5E

RGB Percentages of Color #fcf35e

%42.78
%41.26
%15.96

CMYK Percentages of Color #fcf35e

%0
%4
%63
%1

Triadic Colors of #fcf35e

#fcf35e #5efcf3 #f35efc

Analogous Colors of #fcf35e

#fcf35e #b6fc5e #fca45e

Monochromatic Colors of #fcf35e

#fcf35e

Complementary Color

#fcf35e #5e67fc

#fcf35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf35e Color CSS Codes

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

#fcf35e Text Font Color

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

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


#fcf35e Background Color

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

This div background color is #fcf35e


#fcf35e Border Color

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

This div border color is #fcf35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf35e


Comments

No comments written yet.

Please login to write comment.