Color Hex Logo

#fdd998 Color Hex

#FDD998
(253,217,152)
0 Favorites   0 Comments

Color spaces of #fdd998

RGB 253217152
HSL0.110.960.79
HSV39°40°99°
CMYK 0.000.140.40   0.01
XYZ70.988472.775440.0113
Yxy72.77540.38630.3960
Hunter Lab85.3085-0.753331.9078
CIE-Lab88.34053.905236.6442

#fdd998 color RGB value is (253,217,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011001 10011000
Octal 375 331 230
Decimal 253 217 152
Hex FD D9 98

RGB Percentages of Color #fdd998

%40.68
%34.89
%24.44

CMYK Percentages of Color #fdd998

%0
%14
%40
%1

Triadic Colors of #fdd998

#fdd998 #98fdd9 #d998fd

Analogous Colors of #fdd998

#fdd998 #effd98 #fda798

Monochromatic Colors of #fdd998

#fdd998

Complementary Color

#fdd998 #98bcfd

#fdd998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd998 Color CSS Codes

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

#fdd998 Text Font Color

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

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


#fdd998 Background Color

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

This div background color is #fdd998


#fdd998 Border Color

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

This div border color is #fdd998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd998


Comments

No comments written yet.

Please login to write comment.