Color Hex Logo

#fdeae3 Color Hex

#FDEAE3
(253,234,227)
0 Favorites   0 Comments

Color spaces of #fdeae3

RGB 253234227
HSL0.040.870.94
HSV16°10°99°
CMYK 0.000.080.10   0.01
XYZ83.796085.274384.7161
Yxy85.27430.33020.3360
Hunter Lab92.34410.374510.2484
CIE-Lab94.00125.29405.7077

#fdeae3 color RGB value is (253,234,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 11100011
Octal 375 352 343
Decimal 253 234 227
Hex FD EA E3

RGB Percentages of Color #fdeae3

%35.43
%32.77
%31.79

CMYK Percentages of Color #fdeae3

%0
%8
%10
%1

Triadic Colors of #fdeae3

#fdeae3 #e3fdea #eae3fd

Analogous Colors of #fdeae3

#fdeae3 #fdf7e3 #fde3e9

Monochromatic Colors of #fdeae3

#fdeae3

Complementary Color

#fdeae3 #e3f6fd

#fdeae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeae3 Color CSS Codes

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

#fdeae3 Text Font Color

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

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


#fdeae3 Background Color

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

This div background color is #fdeae3


#fdeae3 Border Color

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

This div border color is #fdeae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeae3

Related Colors

#fdeae3 Color Palettes


Comments

No comments written yet.

Please login to write comment.