Color Hex Logo

#fcedfd Color Hex

#FCEDFD
(252,237,253)
0 Favorites   0 Comments

Color spaces of #fcedfd

RGB 252237253
HSL0.820.800.96
HSV296°99°
CMYK 0.000.060.00   0.01
XYZ88.158788.3557105.3364
Yxy88.35570.31280.3135
Hunter Lab93.99772.9158-0.6436
CIE-Lab95.31057.8304-5.8898

#fcedfd color RGB value is (252,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 11111101
Octal 374 355 375
Decimal 252 237 253
Hex FC ED FD

RGB Percentages of Color #fcedfd

%33.96
%31.94
%34.10

CMYK Percentages of Color #fcedfd

%0
%6
%0
%1

Triadic Colors of #fcedfd

#fcedfd #fdfced #edfdfc

Analogous Colors of #fcedfd

#fcedfd #fdedf6 #f4edfd

Monochromatic Colors of #fcedfd

#fcedfd

Complementary Color

#fcedfd #eefded

#fcedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedfd Color CSS Codes

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

#fcedfd Text Font Color

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

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


#fcedfd Background Color

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

This div background color is #fcedfd


#fcedfd Border Color

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

This div border color is #fcedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedfd

Related Colors


Comments

No comments written yet.

Please login to write comment.