Color Hex Logo

#fcf14e Color Hex

#FCF14E
(252,241,78)
0 Favorites   0 Comments

Color spaces of #fcf14e

RGB 25224178
HSL0.160.970.65
HSV56°69°99°
CMYK 0.000.040.69   0.01
XYZ72.975384.156119.6053
Yxy84.15610.41290.4762
Hunter Lab91.7366-18.544751.5446
CIE-Lab93.5183-14.219275.8880

#fcf14e color RGB value is (252,241,78).

#fcf14e hex color red value is 252, green value is 241 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fcf14e hue: 0.16 , saturation: 0.97 and the lightness value of fcf14e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110001 01001110
Octal 374 361 116
Decimal 252 241 78
Hex FC F1 4E

RGB Percentages of Color #fcf14e

%44.13
%42.21
%13.66

CMYK Percentages of Color #fcf14e

%0
%4
%69
%1

Triadic Colors of #fcf14e

#fcf14e #4efcf1 #f14efc

Analogous Colors of #fcf14e

#fcf14e #b0fc4e #fc9a4e

Monochromatic Colors of #fcf14e

#fcf14e

Complementary Color

#fcf14e #4e59fc

#fcf14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf14e Color CSS Codes

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

#fcf14e Text Font Color

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

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


#fcf14e Background Color

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

This div background color is #fcf14e


#fcf14e Border Color

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

This div border color is #fcf14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf14e

Related Colors


Comments

No comments written yet.

Please login to write comment.