Color Hex Logo

#fdd98e Color Hex

#FDD98E
(253,217,142)
0 Favorites   0 Comments

Color spaces of #fdd98e

RGB 253217142
HSL0.110.970.77
HSV41°44°99°
CMYK 0.000.140.44   0.01
XYZ70.203472.461335.8775
Yxy72.46130.39320.4058
Hunter Lab85.1242-1.755334.5978
CIE-Lab88.19022.874841.4989

#fdd98e color RGB value is (253,217,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 10001110
Octal 375 331 216
Decimal 253 217 142
Hex FD D9 8E

RGB Percentages of Color #fdd98e

%41.34
%35.46
%23.20

CMYK Percentages of Color #fdd98e

%0
%14
%44
%1

Triadic Colors of #fdd98e

#fdd98e #8efdd9 #d98efd

Analogous Colors of #fdd98e

#fdd98e #eafd8e #fda28e

Monochromatic Colors of #fdd98e

#fdd98e

Complementary Color

#fdd98e #8eb2fd

#fdd98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd98e Color CSS Codes

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

#fdd98e Text Font Color

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

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


#fdd98e Background Color

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

This div background color is #fdd98e


#fdd98e Border Color

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

This div border color is #fdd98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd98e


Comments

No comments written yet.

Please login to write comment.