Color Hex Logo

#fefd51 Color Hex

#FEFD51
(254,253,81)
0 Favorites   0 Comments

Color spaces of #fefd51

RGB 25425381
HSL0.170.990.66
HSV60°68°100°
CMYK 0.000.000.68   0.00
XYZ77.483591.915521.4422
Yxy91.91550.40600.4816
Hunter Lab95.8726-23.514653.8504
CIE-Lab96.7858-19.063078.0993

#fefd51 color RGB value is (254,253,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 01010001
Octal 376 375 121
Decimal 254 253 81
Hex FE FD 51

RGB Percentages of Color #fefd51

%43.20
%43.03
%13.78

CMYK Percentages of Color #fefd51

%0
%0
%68
%0

Triadic Colors of #fefd51

#fefd51 #51fefd #fd51fe

Analogous Colors of #fefd51

#fefd51 #a9fe51 #fea751

Monochromatic Colors of #fefd51

#fefd51

Complementary Color

#fefd51 #5152fe

#fefd51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefd51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefd51 Color CSS Codes

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

#fefd51 Text Font Color

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

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


#fefd51 Background Color

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

This div background color is #fefd51


#fefd51 Border Color

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

This div border color is #fefd51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefd51

Related Colors


Comments

No comments written yet.

Please login to write comment.