Color Hex Logo

#fefd7c Color Hex

#FEFD7C
(254,253,124)
0 Favorites   0 Comments

Color spaces of #fefd7c

RGB 254253124
HSL0.170.980.74
HSV60°51°100°
CMYK 0.000.000.51   0.00
XYZ79.636492.776632.7792
Yxy92.77660.38810.4521
Hunter Lab96.3206-20.980047.2472
CIE-Lab97.1369-16.289861.0210

#fefd7c color RGB value is (254,253,124).

#fefd7c hex color red value is 254, green value is 253 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fefd7c hue: 0.17 , saturation: 0.98 and the lightness value of fefd7c is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 01111100
Octal 376 375 174
Decimal 254 253 124
Hex FE FD 7C

RGB Percentages of Color #fefd7c

%40.25
%40.10
%19.65

CMYK Percentages of Color #fefd7c

%0
%0
%51
%0

Triadic Colors of #fefd7c

#fefd7c #7cfefd #fd7cfe

Analogous Colors of #fefd7c

#fefd7c #befe7c #febc7c

Monochromatic Colors of #fefd7c

#fefd7c

Complementary Color

#fefd7c #7c7dfe

#fefd7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefd7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefd7c Color CSS Codes

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

#fefd7c Text Font Color

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

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


#fefd7c Background Color

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

This div background color is #fefd7c


#fefd7c Border Color

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

This div border color is #fefd7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefd7c

Related Colors


Comments

No comments written yet.

Please login to write comment.