Color Hex Logo

#fdeacb Color Hex

#FDEACB
(253,234,203)
1 Favorites   0 Comments

Color spaces of #fdeacb

RGB 253234203
HSL0.100.930.89
HSV37°20°99°
CMYK 0.000.080.20   0.01
XYZ80.710384.040168.4674
Yxy84.04010.34610.3604
Hunter Lab91.6734-3.275019.8899
CIE-Lab93.46791.634017.3929

#fdeacb color RGB value is (253,234,203).

#fdeacb hex color red value is 253, green value is 234 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fdeacb hue: 0.10 , saturation: 0.93 and the lightness value of fdeacb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101010 11001011
Octal 375 352 313
Decimal 253 234 203
Hex FD EA CB

RGB Percentages of Color #fdeacb

%36.67
%33.91
%29.42

CMYK Percentages of Color #fdeacb

%0
%8
%20
%1

Triadic Colors of #fdeacb

#fdeacb #cbfdea #eacbfd

Analogous Colors of #fdeacb

#fdeacb #f7fdcb #fdd1cb

Monochromatic Colors of #fdeacb

#fdeacb

Complementary Color

#fdeacb #cbdefd

#fdeacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeacb Color CSS Codes

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

#fdeacb Text Font Color

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

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


#fdeacb Background Color

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

This div background color is #fdeacb


#fdeacb Border Color

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

This div border color is #fdeacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeacb

#fdeacb Color Palettes


Comments

No comments written yet.

Please login to write comment.