Color Hex Logo

#fdda2e Color Hex

#FDDA2E
(253,218,46)
0 Favorites   0 Comments

Color spaces of #fdda2e

RGB 25321846
HSL0.140.980.59
HSV50°82°99°
CMYK 0.000.140.82   0.01
XYZ66.072671.222712.8497
Yxy71.22270.44010.4744
Hunter Lab84.3935-7.939250.0480
CIE-Lab87.5931-3.596180.5076

#fdda2e color RGB value is (253,218,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 00101110
Octal 375 332 56
Decimal 253 218 46
Hex FD DA 2E

RGB Percentages of Color #fdda2e

%48.94
%42.17
%8.90

CMYK Percentages of Color #fdda2e

%0
%14
%82
%1

Triadic Colors of #fdda2e

#fdda2e #2efdda #da2efd

Analogous Colors of #fdda2e

#fdda2e #b9fd2e #fd732e

Monochromatic Colors of #fdda2e

#fdda2e

Complementary Color

#fdda2e #2e51fd

#fdda2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdda2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdda2e Color CSS Codes

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

#fdda2e Text Font Color

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

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


#fdda2e Background Color

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

This div background color is #fdda2e


#fdda2e Border Color

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

This div border color is #fdda2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdda2e


Comments

No comments written yet.

Please login to write comment.