Color Hex Logo

#fdda2d Color Hex

#FDDA2D
(253,218,45)
0 Favorites   0 Comments

Color spaces of #fdda2d

RGB 25321845
HSL0.140.980.58
HSV50°82°99°
CMYK 0.000.140.82   0.01
XYZ66.053171.214912.7471
Yxy71.21490.44030.4747
Hunter Lab84.3889-7.964750.1164
CIE-Lab87.5893-3.623480.7629

#fdda2d color RGB value is (253,218,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 00101101
Octal 375 332 55
Decimal 253 218 45
Hex FD DA 2D

RGB Percentages of Color #fdda2d

%49.03
%42.25
%8.72

CMYK Percentages of Color #fdda2d

%0
%14
%82
%1

Triadic Colors of #fdda2d

#fdda2d #2dfdda #da2dfd

Analogous Colors of #fdda2d

#fdda2d #b8fd2d #fd722d

Monochromatic Colors of #fdda2d

#fdda2d

Complementary Color

#fdda2d #2d50fd

#fdda2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdda2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdda2d Color CSS Codes

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

#fdda2d Text Font Color

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

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


#fdda2d Background Color

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

This div background color is #fdda2d


#fdda2d Border Color

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

This div border color is #fdda2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdda2d


Comments

No comments written yet.

Please login to write comment.