Color Hex Logo

#fcfdc4 Color Hex

#FCFDC4
(252,253,196)
0 Favorites   0 Comments

Color spaces of #fcfdc4

RGB 252253196
HSL0.170.930.88
HSV61°23°99°
CMYK 0.000.000.23   0.01
XYZ85.234094.931566.0559
Yxy94.93150.34620.3856
Hunter Lab97.4328-14.356028.0065
CIE-Lab98.0061-9.241627.2531

#fcfdc4 color RGB value is (252,253,196).

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

The process color (four color CMYK) of #fcfdc4 color hex is 0.00, 0.00, 0.23, 0.01. Web safe color of #fcfdc4 is #ffffcc. Color #fcfdc4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111101 11000100
Octal 374 375 304
Decimal 252 253 196
Hex FC FD C4

RGB Percentages of Color #fcfdc4

%35.95
%36.09
%27.96

CMYK Percentages of Color #fcfdc4

%0
%0
%23
%1

Triadic Colors of #fcfdc4

#fcfdc4 #c4fcfd #fdc4fc

Analogous Colors of #fcfdc4

#fcfdc4 #e0fdc4 #fde2c4

Monochromatic Colors of #fcfdc4

#fcfdc4

Complementary Color

#fcfdc4 #c5c4fd

#fcfdc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfdc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfdc4 Color CSS Codes

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

#fcfdc4 Text Font Color

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

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


#fcfdc4 Background Color

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

This div background color is #fcfdc4


#fcfdc4 Border Color

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

This div border color is #fcfdc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfdc4


Comments

No comments written yet.

Please login to write comment.