Color Hex Logo

#fdd87e Color Hex

#FDD87E
(253,216,126)
0 Favorites   0 Comments

Color spaces of #fdd87e

RGB 253216126
HSL0.120.970.74
HSV43°50°99°
CMYK 0.000.150.50   0.01
XYZ68.829871.500729.9120
Yxy71.50070.40430.4200
Hunter Lab84.5581-2.678738.2171
CIE-Lab87.72771.901048.8264

#fdd87e color RGB value is (253,216,126).

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

The process color (four color CMYK) of #fdd87e color hex is 0.00, 0.15, 0.50, 0.01. Web safe color of #fdd87e is #ffcc66. Color #fdd87e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011000 01111110
Octal 375 330 176
Decimal 253 216 126
Hex FD D8 7E

RGB Percentages of Color #fdd87e

%42.52
%36.30
%21.18

CMYK Percentages of Color #fdd87e

%0
%15
%50
%1

Triadic Colors of #fdd87e

#fdd87e #7efdd8 #d87efd

Analogous Colors of #fdd87e

#fdd87e #e3fd7e #fd997e

Monochromatic Colors of #fdd87e

#fdd87e

Complementary Color

#fdd87e #7ea3fd

#fdd87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd87e Color CSS Codes

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

#fdd87e Text Font Color

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

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


#fdd87e Background Color

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

This div background color is #fdd87e


#fdd87e Border Color

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

This div border color is #fdd87e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd87e

Related Colors

#fdd87e Color Palettes


Comments

No comments written yet.

Please login to write comment.