Color Hex Logo

#fceffd Color Hex

#FCEFFD
(252,239,253)
2 Favorites   0 Comments

Color spaces of #fceffd

RGB 252239253
HSL0.820.780.96
HSV296°99°
CMYK 0.000.060.00   0.01
XYZ88.741089.5203105.5305
Yxy89.52030.31270.3154
Hunter Lab94.61521.84130.1006
CIE-Lab95.79746.8028-5.1717

#fceffd color RGB value is (252,239,253).

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

The process color (four color CMYK) of #fceffd color hex is 0.00, 0.06, 0.00, 0.01. Web safe color of #fceffd is #ffffff. Color #fceffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11111101
Octal 374 357 375
Decimal 252 239 253
Hex FC EF FD

RGB Percentages of Color #fceffd

%33.87
%32.12
%34.01

CMYK Percentages of Color #fceffd

%0
%6
%0
%1

Triadic Colors of #fceffd

#fceffd #fdfcef #effdfc

Analogous Colors of #fceffd

#fceffd #fdeff7 #f5effd

Monochromatic Colors of #fceffd

#fceffd

Complementary Color

#fceffd #f0fdef

#fceffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceffd Color CSS Codes

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

#fceffd Text Font Color

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

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


#fceffd Background Color

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

This div background color is #fceffd


#fceffd Border Color

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

This div border color is #fceffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceffd

Related Colors


Comments

No comments written yet.

Please login to write comment.