Color Hex Logo

#fdefac Color Hex

#FDEFAC
(253,239,172)
0 Favorites   0 Comments

Color spaces of #fdefac

RGB 253239172
HSL0.140.950.83
HSV50°32°99°
CMYK 0.000.060.32   0.01
XYZ78.820985.594251.3968
Yxy85.59420.36520.3966
Hunter Lab92.5171-9.830131.8241
CIE-Lab94.1386-4.980734.1702

#fdefac color RGB value is (253,239,172).

#fdefac hex color red value is 253, green value is 239 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fdefac hue: 0.14 , saturation: 0.95 and the lightness value of fdefac is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 10101100
Octal 375 357 254
Decimal 253 239 172
Hex FD EF AC

RGB Percentages of Color #fdefac

%38.10
%35.99
%25.90

CMYK Percentages of Color #fdefac

%0
%6
%32
%1

Triadic Colors of #fdefac

#fdefac #acfdef #efacfd

Analogous Colors of #fdefac

#fdefac #e3fdac #fdc7ac

Monochromatic Colors of #fdefac

#fdefac

Complementary Color

#fdefac #acbafd

#fdefac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdefac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdefac Color CSS Codes

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

#fdefac Text Font Color

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

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


#fdefac Background Color

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

This div background color is #fdefac


#fdefac Border Color

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

This div border color is #fdefac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdefac


Comments

No comments written yet.

Please login to write comment.