Color Hex Logo

#fdda41 Color Hex

#FDDA41
(253,218,65)
0 Favorites   0 Comments

Color spaces of #fdda41

RGB 25321865
HSL0.140.980.62
HSV49°74°99°
CMYK 0.000.140.74   0.01
XYZ66.533671.407115.2773
Yxy71.40710.43420.4660
Hunter Lab84.5027-7.337048.4328
CIE-Lab87.6824-2.953474.8365

#fdda41 color RGB value is (253,218,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 01000001
Octal 375 332 101
Decimal 253 218 65
Hex FD DA 41

RGB Percentages of Color #fdda41

%47.20
%40.67
%12.13

CMYK Percentages of Color #fdda41

%0
%14
%74
%1

Triadic Colors of #fdda41

#fdda41 #41fdda #da41fd

Analogous Colors of #fdda41

#fdda41 #c2fd41 #fd7c41

Monochromatic Colors of #fdda41

#fdda41

Complementary Color

#fdda41 #4164fd

#fdda41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdda41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdda41 Color CSS Codes

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

#fdda41 Text Font Color

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

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


#fdda41 Background Color

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

This div background color is #fdda41


#fdda41 Border Color

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

This div border color is #fdda41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdda41

Related Colors


Comments

No comments written yet.

Please login to write comment.