Color Hex Logo

#fcdcfe Color Hex

#FCDCFE
(252,220,254)
0 Favorites   0 Comments

Color spaces of #fcdcfe

RGB 252220254
HSL0.820.940.93
HSV296°13°100°
CMYK 0.010.130.00   0.00
XYZ83.627579.0376104.6141
Yxy79.03760.31290.2957
Hunter Lab88.903112.3272-7.5356
CIE-Lab91.251316.8254-12.4353

#fcdcfe color RGB value is (252,220,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 11111110
Octal 374 334 376
Decimal 252 220 254
Hex FC DC FE

RGB Percentages of Color #fcdcfe

%34.71
%30.30
%34.99

CMYK Percentages of Color #fcdcfe

%1
%13
%0
%0

Triadic Colors of #fcdcfe

#fcdcfe #fefcdc #dcfefc

Analogous Colors of #fcdcfe

#fcdcfe #fedcef #ebdcfe

Monochromatic Colors of #fcdcfe

#fcdcfe

Complementary Color

#fcdcfe #defedc

#fcdcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdcfe Color CSS Codes

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

#fcdcfe Text Font Color

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

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


#fcdcfe Background Color

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

This div background color is #fcdcfe


#fcdcfe Border Color

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

This div border color is #fcdcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.