Color Hex Logo

#fefc4d Color Hex

#FEFC4D
(254,252,77)
0 Favorites   0 Comments

Color spaces of #fefc4d

RGB 25425277
HSL0.160.990.65
HSV59°70°100°
CMYK 0.000.010.70   0.00
XYZ77.023091.227520.5703
Yxy91.22750.40790.4831
Hunter Lab95.5131-23.203254.0901
CIE-Lab96.5036-18.774179.2119

#fefc4d color RGB value is (254,252,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 01001101
Octal 376 374 115
Decimal 254 252 77
Hex FE FC 4D

RGB Percentages of Color #fefc4d

%43.57
%43.22
%13.21

CMYK Percentages of Color #fefc4d

%0
%1
%70
%0

Triadic Colors of #fefc4d

#fefc4d #4dfefc #fc4dfe

Analogous Colors of #fefc4d

#fefc4d #a8fe4d #fea44d

Monochromatic Colors of #fefc4d

#fefc4d

Complementary Color

#fefc4d #4d4ffe

#fefc4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefc4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefc4d Color CSS Codes

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

#fefc4d Text Font Color

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

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


#fefc4d Background Color

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

This div background color is #fefc4d


#fefc4d Border Color

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

This div border color is #fefc4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefc4d

Related Colors


Comments

No comments written yet.

Please login to write comment.