Color Hex Logo

#fce3bf Color Hex

#FCE3BF
(252,227,191)
0 Favorites   0 Comments

Color spaces of #fce3bf

RGB 252227191
HSL0.100.910.87
HSV35°24°99°
CMYK 0.000.100.24   0.01
XYZ77.017979.395260.5557
Yxy79.39520.35500.3659
Hunter Lab89.1040-1.643822.0789
CIE-Lab91.41283.158820.7214

#fce3bf color RGB value is (252,227,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100011 10111111
Octal 374 343 277
Decimal 252 227 191
Hex FC E3 BF

RGB Percentages of Color #fce3bf

%37.61
%33.88
%28.51

CMYK Percentages of Color #fce3bf

%0
%10
%24
%1

Triadic Colors of #fce3bf

#fce3bf #bffce3 #e3bffc

Analogous Colors of #fce3bf

#fce3bf #f7fcbf #fcc5bf

Monochromatic Colors of #fce3bf

#fce3bf

Complementary Color

#fce3bf #bfd8fc

#fce3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce3bf Color CSS Codes

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

#fce3bf Text Font Color

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

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


#fce3bf Background Color

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

This div background color is #fce3bf


#fce3bf Border Color

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

This div border color is #fce3bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,227,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 #fce3bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce3bf


Comments

No comments written yet.

Please login to write comment.