Color Hex Logo

#fdefad Color Hex

#FDEFAD
(253,239,173)
0 Favorites   0 Comments

Color spaces of #fdefad

RGB 253239173
HSL0.140.950.84
HSV50°32°99°
CMYK 0.000.060.32   0.01
XYZ78.917385.632851.9046
Yxy85.63280.36460.3956
Hunter Lab92.5380-9.714931.5208
CIE-Lab94.1551-4.860633.6875

#fdefad color RGB value is (253,239,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 10101101
Octal 375 357 255
Decimal 253 239 173
Hex FD EF AD

RGB Percentages of Color #fdefad

%38.05
%35.94
%26.02

CMYK Percentages of Color #fdefad

%0
%6
%32
%1

Triadic Colors of #fdefad

#fdefad #adfdef #efadfd

Analogous Colors of #fdefad

#fdefad #e3fdad #fdc7ad

Monochromatic Colors of #fdefad

#fdefad

Complementary Color

#fdefad #adbbfd

#fdefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdefad Color CSS Codes

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

#fdefad Text Font Color

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

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


#fdefad Background Color

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

This div background color is #fdefad


#fdefad Border Color

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

This div border color is #fdefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdefad


Comments

No comments written yet.

Please login to write comment.