Color Hex Logo

#fdd449 Color Hex

#FDD449
(253,212,73)
0 Favorites   0 Comments

Color spaces of #fdd449

RGB 25321273
HSL0.130.980.64
HSV46°71°99°
CMYK 0.000.160.71   0.01
XYZ65.254168.450716.0764
Yxy68.45070.43570.4570
Hunter Lab82.7349-4.000946.3937
CIE-Lab86.23130.437070.5533

#fdd449 color RGB value is (253,212,73).

#fdd449 hex color red value is 253, green value is 212 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #fdd449 hue: 0.13 , saturation: 0.98 and the lightness value of fdd449 is 0.64.

The process color (four color CMYK) of #fdd449 color hex is 0.00, 0.16, 0.71, 0.01. Web safe color of #fdd449 is #ffcc33. Color #fdd449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010100 01001001
Octal 375 324 111
Decimal 253 212 73
Hex FD D4 49

RGB Percentages of Color #fdd449

%47.03
%39.41
%13.57

CMYK Percentages of Color #fdd449

%0
%16
%71
%1

Triadic Colors of #fdd449

#fdd449 #49fdd4 #d449fd

Analogous Colors of #fdd449

#fdd449 #ccfd49 #fd7a49

Monochromatic Colors of #fdd449

#fdd449

Complementary Color

#fdd449 #4972fd

#fdd449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd449 Color CSS Codes

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

#fdd449 Text Font Color

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

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


#fdd449 Background Color

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

This div background color is #fdd449


#fdd449 Border Color

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

This div border color is #fdd449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd449

Related Colors

#fdd449 Color Palettes


Comments

No comments written yet.

Please login to write comment.