Color Hex Logo

#fdeae5 Color Hex

#FDEAE5
(253,234,229)
1 Favorites   0 Comments

Color spaces of #fdeae5

RGB 253234229
HSL0.030.860.95
HSV13°99°
CMYK 0.000.080.09   0.01
XYZ84.073785.385486.1786
Yxy85.38540.32890.3340
Hunter Lab92.40420.70039.3875
CIE-Lab94.04895.61724.7375

#fdeae5 color RGB value is (253,234,229).

#fdeae5 hex color red value is 253, green value is 234 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #fdeae5 hue: 0.03 , saturation: 0.86 and the lightness value of fdeae5 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 11100101
Octal 375 352 345
Decimal 253 234 229
Hex FD EA E5

RGB Percentages of Color #fdeae5

%35.34
%32.68
%31.98

CMYK Percentages of Color #fdeae5

%0
%8
%9
%1

Triadic Colors of #fdeae5

#fdeae5 #e5fdea #eae5fd

Analogous Colors of #fdeae5

#fdeae5 #fdf6e5 #fde5ec

Monochromatic Colors of #fdeae5

#fdeae5

Complementary Color

#fdeae5 #e5f8fd

#fdeae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeae5 Color CSS Codes

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

#fdeae5 Text Font Color

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

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


#fdeae5 Background Color

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

This div background color is #fdeae5


#fdeae5 Border Color

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

This div border color is #fdeae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeae5

Related Colors

#fdeae5 Color Palettes


Comments

No comments written yet.

Please login to write comment.