Color Hex Logo

#fdfdc8 Color Hex

#FDFDC8
(253,253,200)
0 Favorites   0 Comments

Color spaces of #fdfdc8

RGB 253253200
HSL0.170.930.89
HSV60°21°99°
CMYK 0.000.000.21   0.01
XYZ86.058695.303368.5032
Yxy95.30330.34440.3814
Hunter Lab97.6234-13.486726.7321
CIE-Lab98.1547-8.332425.4437

#fdfdc8 color RGB value is (253,253,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111101 11001000
Octal 375 375 310
Decimal 253 253 200
Hex FD FD C8

RGB Percentages of Color #fdfdc8

%35.84
%35.84
%28.33

CMYK Percentages of Color #fdfdc8

%0
%0
%21
%1

Triadic Colors of #fdfdc8

#fdfdc8 #c8fdfd #fdc8fd

Analogous Colors of #fdfdc8

#fdfdc8 #e3fdc8 #fde3c8

Monochromatic Colors of #fdfdc8

#fdfdc8

Complementary Color

#fdfdc8 #c8c8fd

#fdfdc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfdc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfdc8 Color CSS Codes

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

#fdfdc8 Text Font Color

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

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


#fdfdc8 Background Color

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

This div background color is #fdfdc8


#fdfdc8 Border Color

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

This div border color is #fdfdc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfdc8

Related Colors


Comments

No comments written yet.

Please login to write comment.