Color Hex Logo

#fdfcc4 Color Hex

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

Color spaces of #fdfcc4

RGB 253252196
HSL0.160.930.88
HSV59°23°99°
CMYK 0.000.000.23   0.01
XYZ85.282294.489065.9679
Yxy94.48900.34700.3845
Hunter Lab97.2055-13.504427.8070
CIE-Lab97.8287-8.386027.0224

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

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

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

Base Numbers

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

RGB Percentages of Color #fdfcc4

%36.09
%35.95
%27.96

CMYK Percentages of Color #fdfcc4

%0
%0
%23
%1

Triadic Colors of #fdfcc4

#fdfcc4 #c4fdfc #fcc4fd

Analogous Colors of #fdfcc4

#fdfcc4 #e2fdc4 #fde0c4

Monochromatic Colors of #fdfcc4

#fdfcc4

Complementary Color

#fdfcc4 #c4c5fd

#fdfcc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfcc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfcc4 Color CSS Codes

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

#fdfcc4 Text Font Color

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

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


#fdfcc4 Background Color

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

This div background color is #fdfcc4


#fdfcc4 Border Color

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

This div border color is #fdfcc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfcc4

Related Colors


Comments

No comments written yet.

Please login to write comment.