Color Hex Logo

#fcedfe Color Hex

#FCEDFE
(252,237,254)
0 Favorites   0 Comments

Color spaces of #fcedfe

RGB 252237254
HSL0.810.890.96
HSV293°100°
CMYK 0.010.070.00   0.00
XYZ88.318588.4196106.1777
Yxy88.41960.31220.3125
Hunter Lab94.03173.0992-1.1263
CIE-Lab95.33738.0092-6.3688

#fcedfe color RGB value is (252,237,254).

#fcedfe hex color red value is 252, green value is 237 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fcedfe hue: 0.81 , saturation: 0.89 and the lightness value of fcedfe is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 11111110
Octal 374 355 376
Decimal 252 237 254
Hex FC ED FE

RGB Percentages of Color #fcedfe

%33.92
%31.90
%34.19

CMYK Percentages of Color #fcedfe

%1
%7
%0
%0

Triadic Colors of #fcedfe

#fcedfe #fefced #edfefc

Analogous Colors of #fcedfe

#fcedfe #feedf8 #f4edfe

Monochromatic Colors of #fcedfe

#fcedfe

Complementary Color

#fcedfe #effeed

#fcedfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedfe Color CSS Codes

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

#fcedfe Text Font Color

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

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


#fcedfe Background Color

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

This div background color is #fcedfe


#fcedfe Border Color

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

This div border color is #fcedfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedfe

Related Colors


Comments

No comments written yet.

Please login to write comment.