Color Hex Logo

#fdea9c Color Hex

#FDEA9C
(253,234,156)
0 Favorites   0 Comments

Color spaces of #fdea9c

RGB 253234156
HSL0.130.960.80
HSV48°38°99°
CMYK 0.000.080.38   0.01
XYZ75.931682.128643.3029
Yxy82.12860.37710.4079
Hunter Lab90.6248-9.034135.1071
CIE-Lab92.6316-4.296540.2174

#fdea9c color RGB value is (253,234,156).

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

The process color (four color CMYK) of #fdea9c color hex is 0.00, 0.08, 0.38, 0.01. Web safe color of #fdea9c is #ffff99. Color #fdea9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 10011100
Octal 375 352 234
Decimal 253 234 156
Hex FD EA 9C

RGB Percentages of Color #fdea9c

%39.35
%36.39
%24.26

CMYK Percentages of Color #fdea9c

%0
%8
%38
%1

Triadic Colors of #fdea9c

#fdea9c #9cfdea #ea9cfd

Analogous Colors of #fdea9c

#fdea9c #e0fd9c #fdba9c

Monochromatic Colors of #fdea9c

#fdea9c

Complementary Color

#fdea9c #9caffd

#fdea9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdea9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdea9c Color CSS Codes

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

#fdea9c Text Font Color

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

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


#fdea9c Background Color

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

This div background color is #fdea9c


#fdea9c Border Color

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

This div border color is #fdea9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdea9c

Related Colors

#fdea9c Color Palettes


Comments

No comments written yet.

Please login to write comment.