Color Hex Logo

#fdead5 Color Hex

#FDEAD5
(253,234,213)
0 Favorites   0 Comments

Color spaces of #fdead5

RGB 253234213
HSL0.090.910.91
HSV32°16°99°
CMYK 0.000.080.16   0.01
XYZ81.941184.532474.9484
Yxy84.53240.33940.3501
Hunter Lab91.9415-1.812916.0273
CIE-Lab93.68123.109112.5164

#fdead5 color RGB value is (253,234,213).

#fdead5 hex color red value is 253, green value is 234 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #fdead5 hue: 0.09 , saturation: 0.91 and the lightness value of fdead5 is 0.91.

The process color (four color CMYK) of #fdead5 color hex is 0.00, 0.08, 0.16, 0.01. Web safe color of #fdead5 is #ffffcc. Color #fdead5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 11010101
Octal 375 352 325
Decimal 253 234 213
Hex FD EA D5

RGB Percentages of Color #fdead5

%36.14
%33.43
%30.43

CMYK Percentages of Color #fdead5

%0
%8
%16
%1

Triadic Colors of #fdead5

#fdead5 #d5fdea #ead5fd

Analogous Colors of #fdead5

#fdead5 #fcfdd5 #fdd6d5

Monochromatic Colors of #fdead5

#fdead5

Complementary Color

#fdead5 #d5e8fd

#fdead5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdead5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdead5 Color CSS Codes

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

#fdead5 Text Font Color

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

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


#fdead5 Background Color

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

This div background color is #fdead5


#fdead5 Border Color

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

This div border color is #fdead5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdead5


Comments

No comments written yet.

Please login to write comment.