Color Hex Logo

#fddd49 Color Hex

#FDDD49
(253,221,73)
0 Favorites   0 Comments

Color spaces of #fddd49

RGB 25322173
HSL0.140.980.64
HSV49°71°99°
CMYK 0.000.130.71   0.01
XYZ67.567173.076616.8474
Yxy73.07660.42900.4640
Hunter Lab85.4849-8.512448.1545
CIE-Lab88.4842-4.122672.7741

#fddd49 color RGB value is (253,221,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 01001001
Octal 375 335 111
Decimal 253 221 73
Hex FD DD 49

RGB Percentages of Color #fddd49

%46.25
%40.40
%13.35

CMYK Percentages of Color #fddd49

%0
%13
%71
%1

Triadic Colors of #fddd49

#fddd49 #49fddd #dd49fd

Analogous Colors of #fddd49

#fddd49 #c3fd49 #fd8349

Monochromatic Colors of #fddd49

#fddd49

Complementary Color

#fddd49 #4969fd

#fddd49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddd49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddd49 Color CSS Codes

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

#fddd49 Text Font Color

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

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


#fddd49 Background Color

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

This div background color is #fddd49


#fddd49 Border Color

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

This div border color is #fddd49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddd49

Related Colors


Comments

No comments written yet.

Please login to write comment.