Color Hex Logo

#fcebd0 Color Hex

#FCEBD0
(252,235,208)
0 Favorites   0 Comments

Color spaces of #fcebd0

RGB 252235208
HSL0.100.880.90
HSV37°17°99°
CMYK 0.000.070.17   0.01
XYZ81.238484.666271.7350
Yxy84.66620.34190.3563
Hunter Lab92.0142-3.429118.1870
CIE-Lab93.73911.495515.1768

#fcebd0 color RGB value is (252,235,208).

#fcebd0 hex color red value is 252, green value is 235 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #fcebd0 hue: 0.10 , saturation: 0.88 and the lightness value of fcebd0 is 0.90.

The process color (four color CMYK) of #fcebd0 color hex is 0.00, 0.07, 0.17, 0.01. Web safe color of #fcebd0 is #ffffcc. Color #fcebd0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 11010000
Octal 374 353 320
Decimal 252 235 208
Hex FC EB D0

RGB Percentages of Color #fcebd0

%36.26
%33.81
%29.93

CMYK Percentages of Color #fcebd0

%0
%7
%17
%1

Triadic Colors of #fcebd0

#fcebd0 #d0fceb #ebd0fc

Analogous Colors of #fcebd0

#fcebd0 #f7fcd0 #fcd5d0

Monochromatic Colors of #fcebd0

#fcebd0

Complementary Color

#fcebd0 #d0e1fc

#fcebd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcebd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcebd0 Color CSS Codes

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

#fcebd0 Text Font Color

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

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


#fcebd0 Background Color

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

This div background color is #fcebd0


#fcebd0 Border Color

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

This div border color is #fcebd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcebd0

#fcebd0 Color Palettes


Comments

No comments written yet.

Please login to write comment.