Color Hex Logo

#fce4bf Color Hex

#FCE4BF
(252,228,191)
0 Favorites   0 Comments

Color spaces of #fce4bf

RGB 252228191
HSL0.100.910.87
HSV36°24°99°
CMYK 0.000.100.24   0.01
XYZ77.292379.943860.6472
Yxy79.94380.35470.3669
Hunter Lab89.4113-2.164022.3718
CIE-Lab91.65962.647821.0641

#fce4bf color RGB value is (252,228,191).

#fce4bf hex color red value is 252, green value is 228 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fce4bf hue: 0.10 , saturation: 0.91 and the lightness value of fce4bf is 0.87.

The process color (four color CMYK) of #fce4bf color hex is 0.00, 0.10, 0.24, 0.01. Web safe color of #fce4bf is #ffcccc. Color #fce4bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 10111111
Octal 374 344 277
Decimal 252 228 191
Hex FC E4 BF

RGB Percentages of Color #fce4bf

%37.56
%33.98
%28.46

CMYK Percentages of Color #fce4bf

%0
%10
%24
%1

Triadic Colors of #fce4bf

#fce4bf #bffce4 #e4bffc

Analogous Colors of #fce4bf

#fce4bf #f6fcbf #fcc6bf

Monochromatic Colors of #fce4bf

#fce4bf

Complementary Color

#fce4bf #bfd7fc

#fce4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce4bf Color CSS Codes

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

#fce4bf Text Font Color

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

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


#fce4bf Background Color

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

This div background color is #fce4bf


#fce4bf Border Color

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

This div border color is #fce4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce4bf

Related Colors


Comments

No comments written yet.

Please login to write comment.