Color Hex Logo

#fdea97 Color Hex

#FDEA97
(253,234,151)
0 Favorites   0 Comments

Color spaces of #fdea97

RGB 253234151
HSL0.140.960.79
HSV49°40°99°
CMYK 0.000.080.40   0.01
XYZ75.516781.962641.1184
Yxy81.96260.38020.4127
Hunter Lab90.5332-9.540436.4449
CIE-Lab92.5583-4.827442.6072

#fdea97 color RGB value is (253,234,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 10010111
Octal 375 352 227
Decimal 253 234 151
Hex FD EA 97

RGB Percentages of Color #fdea97

%39.66
%36.68
%23.67

CMYK Percentages of Color #fdea97

%0
%8
%40
%1

Triadic Colors of #fdea97

#fdea97 #97fdea #ea97fd

Analogous Colors of #fdea97

#fdea97 #ddfd97 #fdb797

Monochromatic Colors of #fdea97

#fdea97

Complementary Color

#fdea97 #97aafd

#fdea97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdea97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdea97 Color CSS Codes

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

#fdea97 Text Font Color

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

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


#fdea97 Background Color

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

This div background color is #fdea97


#fdea97 Border Color

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

This div border color is #fdea97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdea97

#fdea97 Color Palettes


Comments

No comments written yet.

Please login to write comment.