Color Hex Logo

#fefd20 Color Hex

#FEFD20
(254,253,32)
0 Favorites   0 Comments

Color spaces of #fefd20

RGB 25425332
HSL0.170.990.56
HSV60°87°100°
CMYK 0.000.000.87   0.00
XYZ76.259091.425714.9941
Yxy91.42570.41740.5005
Hunter Lab95.6168-24.967057.6342
CIE-Lab96.5851-20.671590.8320

#fefd20 color RGB value is (254,253,32).

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

The process color (four color CMYK) of #fefd20 color hex is 0.00, 0.00, 0.87, 0.00. Web safe color of #fefd20 is #ffff33. Color #fefd20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 00100000
Octal 376 375 40
Decimal 254 253 32
Hex FE FD 20

RGB Percentages of Color #fefd20

%47.12
%46.94
%5.94

CMYK Percentages of Color #fefd20

%0
%0
%87
%0

Triadic Colors of #fefd20

#fefd20 #20fefd #fd20fe

Analogous Colors of #fefd20

#fefd20 #90fe20 #fe8e20

Monochromatic Colors of #fefd20

#fefd20

Complementary Color

#fefd20 #2021fe

#fefd20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefd20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefd20 Color CSS Codes

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

#fefd20 Text Font Color

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

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


#fefd20 Background Color

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

This div background color is #fefd20


#fefd20 Border Color

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

This div border color is #fefd20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefd20

Related Colors


Comments

No comments written yet.

Please login to write comment.