Color Hex Logo

#fcdfef Color Hex

#FCDFEF
(252,223,239)
0 Favorites   0 Comments

Color spaces of #fcdfef

RGB 252223239
HSL0.910.830.93
HSV327°12°99°
CMYK 0.000.120.05   0.01
XYZ82.112579.702892.7177
Yxy79.70280.32260.3131
Hunter Lab89.27647.94260.9181
CIE-Lab91.551312.6213-4.1343

#fcdfef color RGB value is (252,223,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011111 11101111
Octal 374 337 357
Decimal 252 223 239
Hex FC DF EF

RGB Percentages of Color #fcdfef

%35.29
%31.23
%33.47

CMYK Percentages of Color #fcdfef

%0
%12
%5
%1

Triadic Colors of #fcdfef

#fcdfef #effcdf #dfeffc

Analogous Colors of #fcdfef

#fcdfef #fcdfe1 #fbdffc

Monochromatic Colors of #fcdfef

#fcdfef

Complementary Color

#fcdfef #dffcec

#fcdfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdfef Color CSS Codes

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

#fcdfef Text Font Color

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

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


#fcdfef Background Color

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

This div background color is #fcdfef


#fcdfef Border Color

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

This div border color is #fcdfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdfef


Comments

No comments written yet.

Please login to write comment.