Color Hex Logo

#fdd97d Color Hex

#FDD97D
(253,217,125)
0 Favorites   0 Comments

Color spaces of #fdd97d

RGB 253217125
HSL0.120.970.74
HSV43°51°99°
CMYK 0.000.140.51   0.01
XYZ69.022571.989029.6594
Yxy71.98900.40440.4218
Hunter Lab84.8463-3.271338.6667
CIE-Lab87.96331.304149.5996

#fdd97d color RGB value is (253,217,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 01111101
Octal 375 331 175
Decimal 253 217 125
Hex FD D9 7D

RGB Percentages of Color #fdd97d

%42.52
%36.47
%21.01

CMYK Percentages of Color #fdd97d

%0
%14
%51
%1

Triadic Colors of #fdd97d

#fdd97d #7dfdd9 #d97dfd

Analogous Colors of #fdd97d

#fdd97d #e1fd7d #fd997d

Monochromatic Colors of #fdd97d

#fdd97d

Complementary Color

#fdd97d #7da1fd

#fdd97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd97d Color CSS Codes

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

#fdd97d Text Font Color

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

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


#fdd97d Background Color

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

This div background color is #fdd97d


#fdd97d Border Color

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

This div border color is #fdd97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd97d


Comments

No comments written yet.

Please login to write comment.