Color Hex Logo

#fdeae4 Color Hex

#FDEAE4
(253,234,228)
0 Favorites   0 Comments

Color spaces of #fdeae4

RGB 253234228
HSL0.040.860.94
HSV14°10°99°
CMYK 0.000.080.10   0.01
XYZ83.934485.329785.4453
Yxy85.32970.32950.3350
Hunter Lab92.37410.53699.8191
CIE-Lab94.02505.45525.2225

#fdeae4 color RGB value is (253,234,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 11100100
Octal 375 352 344
Decimal 253 234 228
Hex FD EA E4

RGB Percentages of Color #fdeae4

%35.38
%32.73
%31.89

CMYK Percentages of Color #fdeae4

%0
%8
%10
%1

Triadic Colors of #fdeae4

#fdeae4 #e4fdea #eae4fd

Analogous Colors of #fdeae4

#fdeae4 #fdf7e4 #fde4eb

Monochromatic Colors of #fdeae4

#fdeae4

Complementary Color

#fdeae4 #e4f7fd

#fdeae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeae4 Color CSS Codes

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

#fdeae4 Text Font Color

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

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


#fdeae4 Background Color

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

This div background color is #fdeae4


#fdeae4 Border Color

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

This div border color is #fdeae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeae4

Related Colors

#fdeae4 Color Palettes


Comments

No comments written yet.

Please login to write comment.