Color Hex Logo

#fdfdc3 Color Hex

#FDFDC3
(253,253,195)
1 Favorites   0 Comments

Color spaces of #fdfdc3

RGB 253253195
HSL0.170.940.88
HSV60°23°99°
CMYK 0.000.000.23   0.01
XYZ85.483695.073365.4753
Yxy95.07330.34740.3864
Hunter Lab97.5055-14.142828.4404
CIE-Lab98.0628-9.015927.8484

#fdfdc3 color RGB value is (253,253,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111101 11000011
Octal 375 375 303
Decimal 253 253 195
Hex FD FD C3

RGB Percentages of Color #fdfdc3

%36.09
%36.09
%27.82

CMYK Percentages of Color #fdfdc3

%0
%0
%23
%1

Triadic Colors of #fdfdc3

#fdfdc3 #c3fdfd #fdc3fd

Analogous Colors of #fdfdc3

#fdfdc3 #e0fdc3 #fde0c3

Monochromatic Colors of #fdfdc3

#fdfdc3

Complementary Color

#fdfdc3 #c3c3fd

#fdfdc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfdc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfdc3 Color CSS Codes

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

#fdfdc3 Text Font Color

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

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


#fdfdc3 Background Color

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

This div background color is #fdfdc3


#fdfdc3 Border Color

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

This div border color is #fdfdc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfdc3

Related Colors


Comments

No comments written yet.

Please login to write comment.