Color Hex Logo

#fdee97 Color Hex

#FDEE97
(253,238,151)
0 Favorites   0 Comments

Color spaces of #fdee97

RGB 253238151
HSL0.140.960.79
HSV51°40°99°
CMYK 0.000.060.40   0.01
XYZ76.668584.266141.5023
Yxy84.26610.37870.4163
Hunter Lab91.7966-11.560837.4519
CIE-Lab93.5660-6.827943.8959

#fdee97 color RGB value is (253,238,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 10010111
Octal 375 356 227
Decimal 253 238 151
Hex FD EE 97

RGB Percentages of Color #fdee97

%39.41
%37.07
%23.52

CMYK Percentages of Color #fdee97

%0
%6
%40
%1

Triadic Colors of #fdee97

#fdee97 #97fdee #ee97fd

Analogous Colors of #fdee97

#fdee97 #d9fd97 #fdbb97

Monochromatic Colors of #fdee97

#fdee97

Complementary Color

#fdee97 #97a6fd

#fdee97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdee97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdee97 Color CSS Codes

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

#fdee97 Text Font Color

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

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


#fdee97 Background Color

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

This div background color is #fdee97


#fdee97 Border Color

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

This div border color is #fdee97


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,238,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 #fdee97">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdee97

Related Colors


Comments

No comments written yet.

Please login to write comment.