Color Hex Logo

#fceff7 Color Hex

#FCEFF7
(252,239,247)
0 Favorites   0 Comments

Color spaces of #fceff7

RGB 252239247
HSL0.900.680.96
HSV323°99°
CMYK 0.000.050.02   0.01
XYZ87.799989.1439100.5746
Yxy89.14390.31640.3212
Hunter Lab94.41600.76362.9339
CIE-Lab95.64055.7455-2.2941

#fceff7 color RGB value is (252,239,247).

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

The process color (four color CMYK) of #fceff7 color hex is 0.00, 0.05, 0.02, 0.01. Web safe color of #fceff7 is #ffffff. Color #fceff7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11110111
Octal 374 357 367
Decimal 252 239 247
Hex FC EF F7

RGB Percentages of Color #fceff7

%34.15
%32.38
%33.47

CMYK Percentages of Color #fceff7

%0
%5
%2
%1

Triadic Colors of #fceff7

#fceff7 #f7fcef #eff7fc

Analogous Colors of #fceff7

#fceff7 #fceff1 #fbeffc

Monochromatic Colors of #fceff7

#fceff7

Complementary Color

#fceff7 #effcf4

#fceff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceff7 Color CSS Codes

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

#fceff7 Text Font Color

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

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


#fceff7 Background Color

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

This div background color is #fceff7


#fceff7 Border Color

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

This div border color is #fceff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceff7

Related Colors

#fceff7 Color Palettes


Comments

No comments written yet.

Please login to write comment.