Color Hex Logo

#fdd98d Color Hex

#FDD98D
(253,217,141)
0 Favorites   0 Comments

Color spaces of #fdd98d

RGB 253217141
HSL0.110.970.77
HSV41°44°99°
CMYK 0.000.140.44   0.01
XYZ70.128672.431435.4838
Yxy72.43140.39390.4068
Hunter Lab85.1066-1.851134.8547
CIE-Lab88.17582.776041.9813

#fdd98d color RGB value is (253,217,141).

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

The process color (four color CMYK) of #fdd98d color hex is 0.00, 0.14, 0.44, 0.01. Web safe color of #fdd98d is #ffcc99. Color #fdd98d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 10001101
Octal 375 331 215
Decimal 253 217 141
Hex FD D9 8D

RGB Percentages of Color #fdd98d

%41.41
%35.52
%23.08

CMYK Percentages of Color #fdd98d

%0
%14
%44
%1

Triadic Colors of #fdd98d

#fdd98d #8dfdd9 #d98dfd

Analogous Colors of #fdd98d

#fdd98d #e9fd8d #fda18d

Monochromatic Colors of #fdd98d

#fdd98d

Complementary Color

#fdd98d #8db1fd

#fdd98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd98d Color CSS Codes

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

#fdd98d Text Font Color

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

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


#fdd98d Background Color

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

This div background color is #fdd98d


#fdd98d Border Color

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

This div border color is #fdd98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd98d


Comments

No comments written yet.

Please login to write comment.