Color Hex Logo

#fedc29 Color Hex

#FEDC29
(254,220,41)
0 Favorites   0 Comments

Color spaces of #fedc29

RGB 25422041
HSL0.140.990.58
HSV50°84°100°
CMYK 0.000.130.84   0.00
XYZ66.866572.417312.5515
Yxy72.41730.44040.4769
Hunter Lab85.0984-8.664850.8239
CIE-Lab88.1691-4.311882.2655

#fedc29 color RGB value is (254,220,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 00101001
Octal 376 334 51
Decimal 254 220 41
Hex FE DC 29

RGB Percentages of Color #fedc29

%49.32
%42.72
%7.96

CMYK Percentages of Color #fedc29

%0
%13
%84
%0

Triadic Colors of #fedc29

#fedc29 #29fedc #dc29fe

Analogous Colors of #fedc29

#fedc29 #b6fe29 #fe7229

Monochromatic Colors of #fedc29

#fedc29

Complementary Color

#fedc29 #294bfe

#fedc29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedc29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedc29 Color CSS Codes

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

#fedc29 Text Font Color

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

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


#fedc29 Background Color

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

This div background color is #fedc29


#fedc29 Border Color

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

This div border color is #fedc29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedc29


Comments

No comments written yet.

Please login to write comment.