Color Hex Logo

#fdd52f Color Hex

#FDD52F
(253,213,47)
0 Favorites   0 Comments

Color spaces of #fdd52f

RGB 25321347
HSL0.130.980.59
HSV48°81°99°
CMYK 0.000.160.81   0.01
XYZ64.815468.676412.5291
Yxy68.67640.44390.4703
Hunter Lab82.8712-5.415949.0459
CIE-Lab86.3436-1.037579.1760

#fdd52f color RGB value is (253,213,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010101 00101111
Octal 375 325 57
Decimal 253 213 47
Hex FD D5 2F

RGB Percentages of Color #fdd52f

%49.32
%41.52
%9.16

CMYK Percentages of Color #fdd52f

%0
%16
%81
%1

Triadic Colors of #fdd52f

#fdd52f #2ffdd5 #d52ffd

Analogous Colors of #fdd52f

#fdd52f #befd2f #fd6e2f

Monochromatic Colors of #fdd52f

#fdd52f

Complementary Color

#fdd52f #2f57fd

#fdd52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd52f Color CSS Codes

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

#fdd52f Text Font Color

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

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


#fdd52f Background Color

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

This div background color is #fdd52f


#fdd52f Border Color

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

This div border color is #fdd52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd52f


Comments

No comments written yet.

Please login to write comment.