Color Hex Logo

#fdd944 Color Hex

#FDD944
(253,217,68)
0 Favorites   0 Comments

Color spaces of #fdd944

RGB 25321768
HSL0.130.980.63
HSV48°73°99°
CMYK 0.000.140.73   0.01
XYZ66.364370.925715.6611
Yxy70.92570.43390.4637
Hunter Lab84.2174-6.720347.9266
CIE-Lab87.4489-2.323773.5708

#fdd944 color RGB value is (253,217,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 01000100
Octal 375 331 104
Decimal 253 217 68
Hex FD D9 44

RGB Percentages of Color #fdd944

%47.03
%40.33
%12.64

CMYK Percentages of Color #fdd944

%0
%14
%73
%1

Triadic Colors of #fdd944

#fdd944 #44fdd9 #d944fd

Analogous Colors of #fdd944

#fdd944 #c5fd44 #fd7d44

Monochromatic Colors of #fdd944

#fdd944

Complementary Color

#fdd944 #4468fd

#fdd944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd944 Color CSS Codes

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

#fdd944 Text Font Color

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

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


#fdd944 Background Color

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

This div background color is #fdd944


#fdd944 Border Color

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

This div border color is #fdd944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd944

Related Colors

#fdd944 Color Palettes


Comments

No comments written yet.

Please login to write comment.