Color Hex Logo

#fdedaf Color Hex

#FDEDAF
(253,237,175)
0 Favorites   0 Comments

Color spaces of #fdedaf

RGB 253237175
HSL0.130.950.84
HSV48°31°99°
CMYK 0.000.060.31   0.01
XYZ78.530184.546252.7375
Yxy84.54620.36390.3918
Hunter Lab91.9490-8.460830.3584
CIE-Lab93.6872-3.613632.0495

#fdedaf color RGB value is (253,237,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 10101111
Octal 375 355 257
Decimal 253 237 175
Hex FD ED AF

RGB Percentages of Color #fdedaf

%38.05
%35.64
%26.32

CMYK Percentages of Color #fdedaf

%0
%6
%31
%1

Triadic Colors of #fdedaf

#fdedaf #affded #edaffd

Analogous Colors of #fdedaf

#fdedaf #e6fdaf #fdc6af

Monochromatic Colors of #fdedaf

#fdedaf

Complementary Color

#fdedaf #afbffd

#fdedaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdedaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdedaf Color CSS Codes

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

#fdedaf Text Font Color

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

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


#fdedaf Background Color

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

This div background color is #fdedaf


#fdedaf Border Color

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

This div border color is #fdedaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdedaf


Comments

No comments written yet.

Please login to write comment.