Color Hex Logo

#fefd5b Color Hex

#FEFD5B
(254,253,91)
0 Favorites   0 Comments

Color spaces of #fefd5b

RGB 25425391
HSL0.170.990.68
HSV60°64°100°
CMYK 0.000.000.64   0.00
XYZ77.886792.076723.5651
Yxy92.07670.40250.4758
Hunter Lab95.9566-23.038052.6091
CIE-Lab96.8516-18.538274.4930

#fefd5b color RGB value is (254,253,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 01011011
Octal 376 375 133
Decimal 254 253 91
Hex FE FD 5B

RGB Percentages of Color #fefd5b

%42.47
%42.31
%15.22

CMYK Percentages of Color #fefd5b

%0
%0
%64
%0

Triadic Colors of #fefd5b

#fefd5b #5bfefd #fd5bfe

Analogous Colors of #fefd5b

#fefd5b #aefe5b #feac5b

Monochromatic Colors of #fefd5b

#fefd5b

Complementary Color

#fefd5b #5b5cfe

#fefd5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefd5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefd5b Color CSS Codes

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

#fefd5b Text Font Color

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

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


#fefd5b Background Color

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

This div background color is #fefd5b


#fefd5b Border Color

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

This div border color is #fefd5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefd5b


Comments

No comments written yet.

Please login to write comment.