Color Hex Logo

#fedd29 Color Hex

#FEDD29
(254,221,41)
0 Favorites   0 Comments

Color spaces of #fedd29

RGB 25422141
HSL0.140.990.58
HSV51°84°100°
CMYK 0.000.130.84   0.00
XYZ67.129772.943812.6393
Yxy72.94380.43960.4777
Hunter Lab85.4071-9.162251.0107
CIE-Lab88.4209-4.814682.4732

#fedd29 color RGB value is (254,221,41).

#fedd29 hex color red value is 254, green value is 221 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #fedd29 hue: 0.14 , saturation: 0.99 and the lightness value of fedd29 is 0.58.

The process color (four color CMYK) of #fedd29 color hex is 0.00, 0.13, 0.84, 0.00. Web safe color of #fedd29 is #ffcc33. Color #fedd29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 00101001
Octal 376 335 51
Decimal 254 221 41
Hex FE DD 29

RGB Percentages of Color #fedd29

%49.22
%42.83
%7.95

CMYK Percentages of Color #fedd29

%0
%13
%84
%0

Triadic Colors of #fedd29

#fedd29 #29fedd #dd29fe

Analogous Colors of #fedd29

#fedd29 #b5fe29 #fe7329

Monochromatic Colors of #fedd29

#fedd29

Complementary Color

#fedd29 #294afe

#fedd29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedd29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedd29 Color CSS Codes

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

#fedd29 Text Font Color

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

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


#fedd29 Background Color

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

This div background color is #fedd29


#fedd29 Border Color

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

This div border color is #fedd29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedd29


Comments

No comments written yet.

Please login to write comment.