Color Hex Logo

#fcfdee Color Hex

#FCFDEE
(252,253,238)
0 Favorites   0 Comments

Color spaces of #fcfdee

RGB 252253238
HSL0.180.790.96
HSV64°99°
CMYK 0.000.000.06   0.01
XYZ90.702897.119194.8542
Yxy97.11910.32090.3436
Hunter Lab98.5490-8.172511.9172
CIE-Lab98.8752-2.88847.0480

#fcfdee color RGB value is (252,253,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111101 11101110
Octal 374 375 356
Decimal 252 253 238
Hex FC FD EE

RGB Percentages of Color #fcfdee

%33.92
%34.05
%32.03

CMYK Percentages of Color #fcfdee

%0
%0
%6
%1

Triadic Colors of #fcfdee

#fcfdee #eefcfd #fdeefc

Analogous Colors of #fcfdee

#fcfdee #f5fdee #fdf7ee

Monochromatic Colors of #fcfdee

#fcfdee

Complementary Color

#fcfdee #efeefd

#fcfdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfdee Color CSS Codes

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

#fcfdee Text Font Color

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

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


#fcfdee Background Color

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

This div background color is #fcfdee


#fcfdee Border Color

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

This div border color is #fcfdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfdee

Related Colors


Comments

No comments written yet.

Please login to write comment.