Color Hex Logo

#fdfcea Color Hex

#FDFCEA
(253,252,234)
0 Favorites   0 Comments

Color spaces of #fdfcea

RGB 253252234
HSL0.160.830.95
HSV57°99°
CMYK 0.000.000.08   0.01
XYZ90.169796.444091.7050
Yxy96.44400.32400.3465
Hunter Lab98.2059-7.967013.3789
CIE-Lab98.6084-2.70478.7257

#fdfcea color RGB value is (253,252,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111100 11101010
Octal 375 374 352
Decimal 253 252 234
Hex FD FC EA

RGB Percentages of Color #fdfcea

%34.24
%34.10
%31.66

CMYK Percentages of Color #fdfcea

%0
%0
%8
%1

Triadic Colors of #fdfcea

#fdfcea #eafdfc #fceafd

Analogous Colors of #fdfcea

#fdfcea #f5fdea #fdf3ea

Monochromatic Colors of #fdfcea

#fdfcea

Complementary Color

#fdfcea #eaebfd

#fdfcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfcea Color CSS Codes

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

#fdfcea Text Font Color

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

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


#fdfcea Background Color

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

This div background color is #fdfcea


#fdfcea Border Color

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

This div border color is #fdfcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfcea


Comments

No comments written yet.

Please login to write comment.