Color Hex Logo

#fffdd3 Color Hex

#FFFDD3
(255,253,211)
0 Favorites   0 Comments

Color spaces of #fffdd3

RGB 255253211
HSL0.161.000.91
HSV57°17°100°
CMYK 0.000.010.17   0.00
XYZ88.123296.213775.5545
Yxy96.21370.33910.3702
Hunter Lab98.0886-11.289922.9928
CIE-Lab98.5171-6.056520.3793

#fffdd3 color RGB value is (255,253,211).

#fffdd3 hex color red value is 255, green value is 253 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #fffdd3 hue: 0.16 , saturation: 1.00 and the lightness value of fffdd3 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 11010011
Octal 377 375 323
Decimal 255 253 211
Hex FF FD D3

RGB Percentages of Color #fffdd3

%35.47
%35.19
%29.35

CMYK Percentages of Color #fffdd3

%0
%1
%17
%0

Triadic Colors of #fffdd3

#fffdd3 #d3fffd #fdd3ff

Analogous Colors of #fffdd3

#fffdd3 #ebffd3 #ffe7d3

Monochromatic Colors of #fffdd3

#fffdd3

Complementary Color

#fffdd3 #d3d5ff

#fffdd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffdd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffdd3 Color CSS Codes

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

#fffdd3 Text Font Color

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

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


#fffdd3 Background Color

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

This div background color is #fffdd3


#fffdd3 Border Color

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

This div border color is #fffdd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffdd3

Related Colors


Comments

No comments written yet.

Please login to write comment.