Color Hex Logo

#fdd544 Color Hex

#FDD544
(253,213,68)
0 Favorites   0 Comments

Color spaces of #fdd544

RGB 25321368
HSL0.130.980.63
HSV47°73°99°
CMYK 0.000.160.73   0.01
XYZ65.345768.888515.3216
Yxy68.88850.43690.4606
Hunter Lab82.9991-4.714347.1545
CIE-Lab86.4488-0.294172.6092

#fdd544 color RGB value is (253,213,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010101 01000100
Octal 375 325 104
Decimal 253 213 68
Hex FD D5 44

RGB Percentages of Color #fdd544

%47.38
%39.89
%12.73

CMYK Percentages of Color #fdd544

%0
%16
%73
%1

Triadic Colors of #fdd544

#fdd544 #44fdd5 #d544fd

Analogous Colors of #fdd544

#fdd544 #c9fd44 #fd7944

Monochromatic Colors of #fdd544

#fdd544

Complementary Color

#fdd544 #446cfd

#fdd544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd544 Color CSS Codes

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

#fdd544 Text Font Color

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

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


#fdd544 Background Color

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

This div background color is #fdd544


#fdd544 Border Color

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

This div border color is #fdd544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd544

Related Colors


Comments

No comments written yet.

Please login to write comment.