Color Hex Logo

#fcefbf Color Hex

#FCEFBF
(252,239,191)
0 Favorites   0 Comments

Color spaces of #fcefbf

RGB 252239191
HSL0.130.910.87
HSV47°24°99°
CMYK 0.000.050.24   0.01
XYZ80.415486.190061.6882
Yxy86.19000.35220.3775
Hunter Lab92.8386-7.853425.5907
CIE-Lab94.3935-2.933124.8415

#fcefbf color RGB value is (252,239,191).

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

The process color (four color CMYK) of #fcefbf color hex is 0.00, 0.05, 0.24, 0.01. Web safe color of #fcefbf is #ffffcc. Color #fcefbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 10111111
Octal 374 357 277
Decimal 252 239 191
Hex FC EF BF

RGB Percentages of Color #fcefbf

%36.95
%35.04
%28.01

CMYK Percentages of Color #fcefbf

%0
%5
%24
%1

Triadic Colors of #fcefbf

#fcefbf #bffcef #efbffc

Analogous Colors of #fcefbf

#fcefbf #ebfcbf #fcd1bf

Monochromatic Colors of #fcefbf

#fcefbf

Complementary Color

#fcefbf #bfccfc

#fcefbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcefbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcefbf Color CSS Codes

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

#fcefbf Text Font Color

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

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


#fcefbf Background Color

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

This div background color is #fcefbf


#fcefbf Border Color

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

This div border color is #fcefbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcefbf


Comments

No comments written yet.

Please login to write comment.