Color Hex Logo

#fcefc8 Color Hex

#FCEFC8
(252,239,200)
0 Favorites   0 Comments

Color spaces of #fcefc8

RGB 252239200
HSL0.130.900.89
HSV45°21°99°
CMYK 0.000.050.21   0.01
XYZ81.436786.598667.0666
Yxy86.59860.34640.3683
Hunter Lab93.0584-6.644322.4109
CIE-Lab94.5677-1.690320.4656

#fcefc8 color RGB value is (252,239,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11001000
Octal 374 357 310
Decimal 252 239 200
Hex FC EF C8

RGB Percentages of Color #fcefc8

%36.47
%34.59
%28.94

CMYK Percentages of Color #fcefc8

%0
%5
%21
%1

Triadic Colors of #fcefc8

#fcefc8 #c8fcef #efc8fc

Analogous Colors of #fcefc8

#fcefc8 #effcc8 #fcd5c8

Monochromatic Colors of #fcefc8

#fcefc8

Complementary Color

#fcefc8 #c8d5fc

#fcefc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcefc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcefc8 Color CSS Codes

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

#fcefc8 Text Font Color

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

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


#fcefc8 Background Color

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

This div background color is #fcefc8


#fcefc8 Border Color

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

This div border color is #fcefc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcefc8

Related Colors


Comments

No comments written yet.

Please login to write comment.