Color Hex Logo

#fcdcfd Color Hex

#FCDCFD
(252,220,253)
0 Favorites   0 Comments

Color spaces of #fcdcfd

RGB 252220253
HSL0.830.890.93
HSV298°13°99°
CMYK 0.000.130.00   0.01
XYZ83.467778.9737103.7727
Yxy78.97370.31350.2967
Hunter Lab88.867112.1371-7.0276
CIE-Lab91.222416.6447-11.9546

#fcdcfd color RGB value is (252,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 11111101
Octal 374 334 375
Decimal 252 220 253
Hex FC DC FD

RGB Percentages of Color #fcdcfd

%34.76
%30.34
%34.90

CMYK Percentages of Color #fcdcfd

%0
%13
%0
%1

Triadic Colors of #fcdcfd

#fcdcfd #fdfcdc #dcfdfc

Analogous Colors of #fcdcfd

#fcdcfd #fddcee #ecdcfd

Monochromatic Colors of #fcdcfd

#fcdcfd

Complementary Color

#fcdcfd #ddfddc

#fcdcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdcfd Color CSS Codes

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

#fcdcfd Text Font Color

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

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


#fcdcfd Background Color

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

This div background color is #fcdcfd


#fcdcfd Border Color

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

This div border color is #fcdcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdcfd


Comments

No comments written yet.

Please login to write comment.