Color Hex Logo

#fefe4d Color Hex

#FEFE4D
(254,254,77)
0 Favorites   0 Comments

Color spaces of #fefe4d

RGB 25425477
HSL0.170.990.65
HSV60°70°100°
CMYK 0.000.000.70   0.00
XYZ77.654492.490320.7808
Yxy92.49030.40670.4844
Hunter Lab96.1719-24.170254.5089
CIE-Lab97.0204-19.731179.7127

#fefe4d color RGB value is (254,254,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 01001101
Octal 376 376 115
Decimal 254 254 77
Hex FE FE 4D

RGB Percentages of Color #fefe4d

%43.42
%43.42
%13.16

CMYK Percentages of Color #fefe4d

%0
%0
%70
%0

Triadic Colors of #fefe4d

#fefe4d #4dfefe #fe4dfe

Analogous Colors of #fefe4d

#fefe4d #a6fe4d #fea64d

Monochromatic Colors of #fefe4d

#fefe4d

Complementary Color

#fefe4d #4d4dfe

#fefe4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefe4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefe4d Color CSS Codes

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

#fefe4d Text Font Color

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

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


#fefe4d Background Color

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

This div background color is #fefe4d


#fefe4d Border Color

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

This div border color is #fefe4d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,254,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 #fefe4d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefe4d

Related Colors


Comments

No comments written yet.

Please login to write comment.