Color Hex Logo

#fcecbd Color Hex

#FCECBD
(252,236,189)
0 Favorites   0 Comments

Color spaces of #fcecbd

RGB 252236189
HSL0.120.910.86
HSV45°25°99°
CMYK 0.000.060.25   0.01
XYZ79.325684.360560.2464
Yxy84.36050.35420.3767
Hunter Lab91.8480-6.570325.4031
CIE-Lab93.6069-1.688324.7847

#fcecbd color RGB value is (252,236,189).

#fcecbd hex color red value is 252, green value is 236 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fcecbd hue: 0.12 , saturation: 0.91 and the lightness value of fcecbd is 0.86.

The process color (four color CMYK) of #fcecbd color hex is 0.00, 0.06, 0.25, 0.01. Web safe color of #fcecbd is #ffffcc. Color #fcecbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101100 10111101
Octal 374 354 275
Decimal 252 236 189
Hex FC EC BD

RGB Percentages of Color #fcecbd

%37.22
%34.86
%27.92

CMYK Percentages of Color #fcecbd

%0
%6
%25
%1

Triadic Colors of #fcecbd

#fcecbd #bdfcec #ecbdfc

Analogous Colors of #fcecbd

#fcecbd #edfcbd #fccdbd

Monochromatic Colors of #fcecbd

#fcecbd

Complementary Color

#fcecbd #bdcdfc

#fcecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcecbd Color CSS Codes

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

#fcecbd Text Font Color

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

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


#fcecbd Background Color

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

This div background color is #fcecbd


#fcecbd Border Color

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

This div border color is #fcecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcecbd

Related Colors


Comments

No comments written yet.

Please login to write comment.