Color Hex Logo

#fdd546 Color Hex

#FDD546
(253,213,70)
0 Favorites   0 Comments

Color spaces of #fdd546

RGB 25321370
HSL0.130.980.63
HSV47°72°99°
CMYK 0.000.160.72   0.01
XYZ65.407868.913315.6486
Yxy68.91330.43610.4595
Hunter Lab83.0140-4.632246.9333
CIE-Lab86.4611-0.207471.8955

#fdd546 color RGB value is (253,213,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010101 01000110
Octal 375 325 106
Decimal 253 213 70
Hex FD D5 46

RGB Percentages of Color #fdd546

%47.20
%39.74
%13.06

CMYK Percentages of Color #fdd546

%0
%16
%72
%1

Triadic Colors of #fdd546

#fdd546 #46fdd5 #d546fd

Analogous Colors of #fdd546

#fdd546 #cafd46 #fd7a46

Monochromatic Colors of #fdd546

#fdd546

Complementary Color

#fdd546 #466efd

#fdd546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd546 Color CSS Codes

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

#fdd546 Text Font Color

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

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


#fdd546 Background Color

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

This div background color is #fdd546


#fdd546 Border Color

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

This div border color is #fdd546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd546


Comments

No comments written yet.

Please login to write comment.