Color Hex Logo

#fdfcc3 Color Hex

#FDFCC3
(253,252,195)
0 Favorites   0 Comments

Color spaces of #fdfcc3

RGB 253252195
HSL0.160.940.88
HSV59°23°99°
CMYK 0.000.000.23   0.01
XYZ85.168794.443665.3703
Yxy94.44360.34770.3855
Hunter Lab97.1821-13.634428.1456
CIE-Lab97.8105-8.521427.5035

#fdfcc3 color RGB value is (253,252,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111100 11000011
Octal 375 374 303
Decimal 253 252 195
Hex FD FC C3

RGB Percentages of Color #fdfcc3

%36.14
%36.00
%27.86

CMYK Percentages of Color #fdfcc3

%0
%0
%23
%1

Triadic Colors of #fdfcc3

#fdfcc3 #c3fdfc #fcc3fd

Analogous Colors of #fdfcc3

#fdfcc3 #e1fdc3 #fddfc3

Monochromatic Colors of #fdfcc3

#fdfcc3

Complementary Color

#fdfcc3 #c3c4fd

#fdfcc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfcc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfcc3 Color CSS Codes

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

#fdfcc3 Text Font Color

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

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


#fdfcc3 Background Color

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

This div background color is #fdfcc3


#fdfcc3 Border Color

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

This div border color is #fdfcc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfcc3

Related Colors


Comments

No comments written yet.

Please login to write comment.