Color Hex Logo

#fefc80 Color Hex

#FEFC80
(254,252,128)
0 Favorites   0 Comments

Color spaces of #fefc80

RGB 254252128
HSL0.160.980.75
HSV59°50°100°
CMYK 0.000.010.50   0.00
XYZ79.579792.250234.0338
Yxy92.25020.38660.4481
Hunter Lab96.0470-20.186046.2237
CIE-Lab96.9225-15.477758.9626

#fefc80 color RGB value is (254,252,128).

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

The process color (four color CMYK) of #fefc80 color hex is 0.00, 0.01, 0.50, 0.00. Web safe color of #fefc80 is #ffff99. Color #fefc80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 10000000
Octal 376 374 200
Decimal 254 252 128
Hex FE FC 80

RGB Percentages of Color #fefc80

%40.06
%39.75
%20.19

CMYK Percentages of Color #fefc80

%0
%1
%50
%0

Triadic Colors of #fefc80

#fefc80 #80fefc #fc80fe

Analogous Colors of #fefc80

#fefc80 #c1fe80 #febd80

Monochromatic Colors of #fefc80

#fefc80

Complementary Color

#fefc80 #8082fe

#fefc80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefc80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefc80 Color CSS Codes

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

#fefc80 Text Font Color

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

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


#fefc80 Background Color

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

This div background color is #fefc80


#fefc80 Border Color

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

This div border color is #fefc80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefc80

Related Colors


Comments

No comments written yet.

Please login to write comment.