Color Hex Logo

#fdfdf3 Color Hex

#FDFDF3
(253,253,243)
0 Favorites   0 Comments

Color spaces of #fdfdf3

RGB 253253243
HSL0.170.710.97
HSV60°99°
CMYK 0.000.000.04   0.01
XYZ91.811097.604398.7946
Yxy97.60430.31860.3387
Hunter Lab98.7949-7.00949.8666
CIE-Lab99.0662-1.71494.7681

#fdfdf3 color RGB value is (253,253,243).

#fdfdf3 hex color red value is 253, green value is 253 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #fdfdf3 hue: 0.17 , saturation: 0.71 and the lightness value of fdfdf3 is 0.97.

The process color (four color CMYK) of #fdfdf3 color hex is 0.00, 0.00, 0.04, 0.01. Web safe color of #fdfdf3 is #ffffff. Color #fdfdf3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111101 11110011
Octal 375 375 363
Decimal 253 253 243
Hex FD FD F3

RGB Percentages of Color #fdfdf3

%33.78
%33.78
%32.44

CMYK Percentages of Color #fdfdf3

%0
%0
%4
%1

Triadic Colors of #fdfdf3

#fdfdf3 #f3fdfd #fdf3fd

Analogous Colors of #fdfdf3

#fdfdf3 #f8fdf3 #fdf8f3

Monochromatic Colors of #fdfdf3

#fdfdf3

Complementary Color

#fdfdf3 #f3f3fd

#fdfdf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfdf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfdf3 Color CSS Codes

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

#fdfdf3 Text Font Color

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

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


#fdfdf3 Background Color

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

This div background color is #fdfdf3


#fdfdf3 Border Color

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

This div border color is #fdfdf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfdf3

Related Colors


Comments

No comments written yet.

Please login to write comment.