Color Hex Logo

#fddc9a Color Hex

#FDDC9A
(253,220,154)
0 Favorites   0 Comments

Color spaces of #fddc9a

RGB 253220154
HSL0.110.960.80
HSV40°39°99°
CMYK 0.000.130.39   0.01
XYZ71.933974.402141.1416
Yxy74.40210.38370.3969
Hunter Lab86.2567-2.088732.1003
CIE-Lab89.11222.584136.6383

#fddc9a color RGB value is (253,220,154).

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

The process color (four color CMYK) of #fddc9a color hex is 0.00, 0.13, 0.39, 0.01. Web safe color of #fddc9a is #ffcc99. Color #fddc9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 10011010
Octal 375 334 232
Decimal 253 220 154
Hex FD DC 9A

RGB Percentages of Color #fddc9a

%40.35
%35.09
%24.56

CMYK Percentages of Color #fddc9a

%0
%13
%39
%1

Triadic Colors of #fddc9a

#fddc9a #9afddc #dc9afd

Analogous Colors of #fddc9a

#fddc9a #edfd9a #fdab9a

Monochromatic Colors of #fddc9a

#fddc9a

Complementary Color

#fddc9a #9abbfd

#fddc9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddc9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddc9a Color CSS Codes

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

#fddc9a Text Font Color

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

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


#fddc9a Background Color

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

This div background color is #fddc9a


#fddc9a Border Color

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

This div border color is #fddc9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddc9a


Comments

No comments written yet.

Please login to write comment.