Color Hex Logo

#fdfdc2 Color Hex

#FDFDC2
(253,253,194)
0 Favorites   0 Comments

Color spaces of #fdfdc2

RGB 253253194
HSL0.170.940.88
HSV60°23°99°
CMYK 0.000.000.23   0.01
XYZ85.370995.028264.8817
Yxy95.02820.34810.3874
Hunter Lab97.4824-14.271628.7758
CIE-Lab98.0448-9.150428.3290

#fdfdc2 color RGB value is (253,253,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111101 11000010
Octal 375 375 302
Decimal 253 253 194
Hex FD FD C2

RGB Percentages of Color #fdfdc2

%36.14
%36.14
%27.71

CMYK Percentages of Color #fdfdc2

%0
%0
%23
%1

Triadic Colors of #fdfdc2

#fdfdc2 #c2fdfd #fdc2fd

Analogous Colors of #fdfdc2

#fdfdc2 #e0fdc2 #fde0c2

Monochromatic Colors of #fdfdc2

#fdfdc2

Complementary Color

#fdfdc2 #c2c2fd

#fdfdc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfdc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfdc2 Color CSS Codes

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

#fdfdc2 Text Font Color

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

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


#fdfdc2 Background Color

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

This div background color is #fdfdc2


#fdfdc2 Border Color

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

This div border color is #fdfdc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfdc2

Related Colors


Comments

No comments written yet.

Please login to write comment.