Color Hex Logo

#fcdefd Color Hex

#FCDEFD
(252,222,253)
0 Favorites   0 Comments

Color spaces of #fcdefd

RGB 252222253
HSL0.830.890.93
HSV298°12°99°
CMYK 0.000.120.00   0.01
XYZ83.995880.0298103.9488
Yxy80.02980.31340.2986
Hunter Lab89.459411.0445-6.2714
CIE-Lab91.698215.6013-11.2455

#fcdefd color RGB value is (252,222,253).

#fcdefd hex color red value is 252, green value is 222 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fcdefd hue: 0.83 , saturation: 0.89 and the lightness value of fcdefd is 0.93.

The process color (four color CMYK) of #fcdefd color hex is 0.00, 0.12, 0.00, 0.01. Web safe color of #fcdefd is #ffccff. Color #fcdefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 11111101
Octal 374 336 375
Decimal 252 222 253
Hex FC DE FD

RGB Percentages of Color #fcdefd

%34.66
%30.54
%34.80

CMYK Percentages of Color #fcdefd

%0
%12
%0
%1

Triadic Colors of #fcdefd

#fcdefd #fdfcde #defdfc

Analogous Colors of #fcdefd

#fcdefd #fddeef #eddefd

Monochromatic Colors of #fcdefd

#fcdefd

Complementary Color

#fcdefd #dffdde

#fcdefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdefd Color CSS Codes

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

#fcdefd Text Font Color

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

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


#fcdefd Background Color

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

This div background color is #fcdefd


#fcdefd Border Color

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

This div border color is #fcdefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdefd


Comments

No comments written yet.

Please login to write comment.