Color Hex Logo

#fcefe0 Color Hex

#FCEFE0
(252,239,224)
0 Favorites   0 Comments

Color spaces of #fcefe0

RGB 252239224
HSL0.090.820.93
HSV32°11°99°
CMYK 0.000.050.11   0.01
XYZ84.465987.810383.0183
Yxy87.81030.33090.3440
Hunter Lab93.7072-3.090913.0680
CIE-Lab95.08101.91398.8066

#fcefe0 color RGB value is (252,239,224).

#fcefe0 hex color red value is 252, green value is 239 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #fcefe0 hue: 0.09 , saturation: 0.82 and the lightness value of fcefe0 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11100000
Octal 374 357 340
Decimal 252 239 224
Hex FC EF E0

RGB Percentages of Color #fcefe0

%35.24
%33.43
%31.33

CMYK Percentages of Color #fcefe0

%0
%5
%11
%1

Triadic Colors of #fcefe0

#fcefe0 #e0fcef #efe0fc

Analogous Colors of #fcefe0

#fcefe0 #fbfce0 #fce1e0

Monochromatic Colors of #fcefe0

#fcefe0

Complementary Color

#fcefe0 #e0edfc

#fcefe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcefe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcefe0 Color CSS Codes

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

#fcefe0 Text Font Color

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

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


#fcefe0 Background Color

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

This div background color is #fcefe0


#fcefe0 Border Color

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

This div border color is #fcefe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcefe0

Related Colors


Comments

No comments written yet.

Please login to write comment.