Color Hex Logo

#fdd543 Color Hex

#FDD543
(253,213,67)
0 Favorites   0 Comments

Color spaces of #fdd543

RGB 25321367
HSL0.130.980.63
HSV47°74°99°
CMYK 0.000.160.74   0.01
XYZ65.315468.876415.1622
Yxy68.87640.43730.4612
Hunter Lab82.9918-4.754347.2623
CIE-Lab86.4428-0.336572.9609

#fdd543 color RGB value is (253,213,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010101 01000011
Octal 375 325 103
Decimal 253 213 67
Hex FD D5 43

RGB Percentages of Color #fdd543

%47.47
%39.96
%12.57

CMYK Percentages of Color #fdd543

%0
%16
%74
%1

Triadic Colors of #fdd543

#fdd543 #43fdd5 #d543fd

Analogous Colors of #fdd543

#fdd543 #c8fd43 #fd7843

Monochromatic Colors of #fdd543

#fdd543

Complementary Color

#fdd543 #436bfd

#fdd543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd543 Color CSS Codes

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

#fdd543 Text Font Color

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

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


#fdd543 Background Color

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

This div background color is #fdd543


#fdd543 Border Color

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

This div border color is #fdd543


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd543

Related Colors


Comments

No comments written yet.

Please login to write comment.