Color Hex Logo

#fce5ba Color Hex

#FCE5BA
(252,229,186)
0 Favorites   0 Comments

Color spaces of #fce5ba

RGB 252229186
HSL0.110.920.86
HSV39°26°99°
CMYK 0.000.090.26   0.01
XYZ77.027180.279257.8901
Yxy80.27920.35790.3731
Hunter Lab89.5987-3.342924.4115
CIE-Lab91.81001.465423.8558

#fce5ba color RGB value is (252,229,186).

#fce5ba hex color red value is 252, green value is 229 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fce5ba hue: 0.11 , saturation: 0.92 and the lightness value of fce5ba is 0.86.

The process color (four color CMYK) of #fce5ba color hex is 0.00, 0.09, 0.26, 0.01. Web safe color of #fce5ba is #ffcccc. Color #fce5ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100101 10111010
Octal 374 345 272
Decimal 252 229 186
Hex FC E5 BA

RGB Percentages of Color #fce5ba

%37.78
%34.33
%27.89

CMYK Percentages of Color #fce5ba

%0
%9
%26
%1

Triadic Colors of #fce5ba

#fce5ba #bafce5 #e5bafc

Analogous Colors of #fce5ba

#fce5ba #f2fcba #fcc4ba

Monochromatic Colors of #fce5ba

#fce5ba

Complementary Color

#fce5ba #bad1fc

#fce5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce5ba Color CSS Codes

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

#fce5ba Text Font Color

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

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


#fce5ba Background Color

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

This div background color is #fce5ba


#fce5ba Border Color

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

This div border color is #fce5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce5ba


Comments

No comments written yet.

Please login to write comment.