Color Hex Logo

#fdeae2 Color Hex

#FDEAE2
(253,234,226)
1 Favorites   0 Comments

Color spaces of #fdeae2

RGB 253234226
HSL0.050.870.94
HSV18°11°99°
CMYK 0.000.080.11   0.01
XYZ83.658385.219383.9912
Yxy85.21930.33080.3370
Hunter Lab92.31430.212610.6756
CIE-Lab93.97755.13326.1931

#fdeae2 color RGB value is (253,234,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 11100010
Octal 375 352 342
Decimal 253 234 226
Hex FD EA E2

RGB Percentages of Color #fdeae2

%35.48
%32.82
%31.70

CMYK Percentages of Color #fdeae2

%0
%8
%11
%1

Triadic Colors of #fdeae2

#fdeae2 #e2fdea #eae2fd

Analogous Colors of #fdeae2

#fdeae2 #fdf8e2 #fde2e8

Monochromatic Colors of #fdeae2

#fdeae2

Complementary Color

#fdeae2 #e2f5fd

#fdeae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeae2 Color CSS Codes

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

#fdeae2 Text Font Color

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

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


#fdeae2 Background Color

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

This div background color is #fdeae2


#fdeae2 Border Color

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

This div border color is #fdeae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeae2


Comments

No comments written yet.

Please login to write comment.