Color Hex Logo

#fdda29 Color Hex

#FDDA29
(253,218,41)
0 Favorites   0 Comments

Color spaces of #fdda29

RGB 25321841
HSL0.140.980.58
HSV50°84°99°
CMYK 0.000.140.84   0.01
XYZ65.979771.185512.3605
Yxy71.18550.44130.4761
Hunter Lab84.3715-8.060650.3740
CIE-Lab87.5751-3.726181.7376

#fdda29 color RGB value is (253,218,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 00101001
Octal 375 332 51
Decimal 253 218 41
Hex FD DA 29

RGB Percentages of Color #fdda29

%49.41
%42.58
%8.01

CMYK Percentages of Color #fdda29

%0
%14
%84
%1

Triadic Colors of #fdda29

#fdda29 #29fdda #da29fd

Analogous Colors of #fdda29

#fdda29 #b6fd29 #fd7029

Monochromatic Colors of #fdda29

#fdda29

Complementary Color

#fdda29 #294cfd

#fdda29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdda29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdda29 Color CSS Codes

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

#fdda29 Text Font Color

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

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


#fdda29 Background Color

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

This div background color is #fdda29


#fdda29 Border Color

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

This div border color is #fdda29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdda29


Comments

No comments written yet.

Please login to write comment.