Color Hex Logo

#fdc87d Color Hex

#FDC87D
(253,200,125)
0 Favorites   0 Comments

Color spaces of #fdc87d

RGB 253200125
HSL0.100.970.74
HSV35°51°99°
CMYK 0.000.210.51   0.01
XYZ64.864063.671928.2732
Yxy63.67190.41360.4060
Hunter Lab79.79475.459534.8484
CIE-Lab83.794610.059244.4644

#fdc87d color RGB value is (253,200,125).

#fdc87d hex color red value is 253, green value is 200 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fdc87d hue: 0.10 , saturation: 0.97 and the lightness value of fdc87d is 0.74.

The process color (four color CMYK) of #fdc87d color hex is 0.00, 0.21, 0.51, 0.01. Web safe color of #fdc87d is #ffcc66. Color #fdc87d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001000 01111101
Octal 375 310 175
Decimal 253 200 125
Hex FD C8 7D

RGB Percentages of Color #fdc87d

%43.77
%34.60
%21.63

CMYK Percentages of Color #fdc87d

%0
%21
%51
%1

Triadic Colors of #fdc87d

#fdc87d #7dfdc8 #c87dfd

Analogous Colors of #fdc87d

#fdc87d #f2fd7d #fd887d

Monochromatic Colors of #fdc87d

#fdc87d

Complementary Color

#fdc87d #7db2fd

#fdc87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc87d Color CSS Codes

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

#fdc87d Text Font Color

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

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


#fdc87d Background Color

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

This div background color is #fdc87d


#fdc87d Border Color

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

This div border color is #fdc87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc87d


Comments

No comments written yet.

Please login to write comment.