Color Hex Logo

#fdd954 Color Hex

#FDD954
(253,217,84)
0 Favorites   0 Comments

Color spaces of #fdd954

RGB 25321784
HSL0.130.980.66
HSV47°67°99°
CMYK 0.000.140.67   0.01
XYZ66.921171.148418.5934
Yxy71.14840.42720.4541
Hunter Lab84.3495-5.993645.9752
CIE-Lab87.5571-1.552967.5876

#fdd954 color RGB value is (253,217,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 01010100
Octal 375 331 124
Decimal 253 217 84
Hex FD D9 54

RGB Percentages of Color #fdd954

%45.67
%39.17
%15.16

CMYK Percentages of Color #fdd954

%0
%14
%67
%1

Triadic Colors of #fdd954

#fdd954 #54fdd9 #d954fd

Analogous Colors of #fdd954

#fdd954 #cdfd54 #fd8554

Monochromatic Colors of #fdd954

#fdd954

Complementary Color

#fdd954 #5478fd

#fdd954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd954 Color CSS Codes

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

#fdd954 Text Font Color

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

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


#fdd954 Background Color

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

This div background color is #fdd954


#fdd954 Border Color

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

This div border color is #fdd954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd954

Related Colors


Comments

No comments written yet.

Please login to write comment.