Color Hex Logo

#fdda54 Color Hex

#FDDA54
(253,218,84)
0 Favorites   0 Comments

Color spaces of #fdda54

RGB 25321884
HSL0.130.980.66
HSV48°67°99°
CMYK 0.000.140.67   0.01
XYZ67.179671.665518.6796
Yxy71.66550.42650.4549
Hunter Lab84.6555-6.495846.1762
CIE-Lab87.8073-2.059667.8479

#fdda54 color RGB value is (253,218,84).

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

The process color (four color CMYK) of #fdda54 color hex is 0.00, 0.14, 0.67, 0.01. Web safe color of #fdda54 is #ffcc66. Color #fdda54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 01010100
Octal 375 332 124
Decimal 253 218 84
Hex FD DA 54

RGB Percentages of Color #fdda54

%45.59
%39.28
%15.14

CMYK Percentages of Color #fdda54

%0
%14
%67
%1

Triadic Colors of #fdda54

#fdda54 #54fdda #da54fd

Analogous Colors of #fdda54

#fdda54 #ccfd54 #fd8654

Monochromatic Colors of #fdda54

#fdda54

Complementary Color

#fdda54 #5477fd

#fdda54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdda54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdda54 Color CSS Codes

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

#fdda54 Text Font Color

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

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


#fdda54 Background Color

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

This div background color is #fdda54


#fdda54 Border Color

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

This div border color is #fdda54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdda54

#fdda54 Color Palettes


Comments

No comments written yet.

Please login to write comment.