Color Hex Logo

#fffda0 Color Hex

#FFFDA0
(255,253,160)
0 Favorites   0 Comments

Color spaces of #fffda0

RGB 255253160
HSL0.161.000.81
HSV59°37°100°
CMYK 0.000.010.37   0.00
XYZ82.710494.048647.0516
Yxy94.04860.36960.4202
Hunter Lab96.9787-17.475039.1190
CIE-Lab97.6516-12.519844.7453

#fffda0 color RGB value is (255,253,160).

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

The process color (four color CMYK) of #fffda0 color hex is 0.00, 0.01, 0.37, 0.00. Web safe color of #fffda0 is #ffff99. Color #fffda0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 10100000
Octal 377 375 240
Decimal 255 253 160
Hex FF FD A0

RGB Percentages of Color #fffda0

%38.17
%37.87
%23.95

CMYK Percentages of Color #fffda0

%0
%1
%37
%0

Triadic Colors of #fffda0

#fffda0 #a0fffd #fda0ff

Analogous Colors of #fffda0

#fffda0 #d2ffa0 #ffcea0

Monochromatic Colors of #fffda0

#fffda0

Complementary Color

#fffda0 #a0a2ff

#fffda0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffda0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffda0 Color CSS Codes

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

#fffda0 Text Font Color

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

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


#fffda0 Background Color

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

This div background color is #fffda0


#fffda0 Border Color

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

This div border color is #fffda0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffda0

Related Colors


Comments

No comments written yet.

Please login to write comment.