Color Hex Logo

#fffda4 Color Hex

#FFFDA4
(255,253,164)
0 Favorites   0 Comments

Color spaces of #fffda4

RGB 255253164
HSL0.161.000.82
HSV59°36°100°
CMYK 0.000.010.36   0.00
XYZ83.066194.190948.9246
Yxy94.19090.36730.4164
Hunter Lab97.0520-17.064138.0479
CIE-Lab97.7089-12.083442.8638

#fffda4 color RGB value is (255,253,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 10100100
Octal 377 375 244
Decimal 255 253 164
Hex FF FD A4

RGB Percentages of Color #fffda4

%37.95
%37.65
%24.40

CMYK Percentages of Color #fffda4

%0
%1
%36
%0

Triadic Colors of #fffda4

#fffda4 #a4fffd #fda4ff

Analogous Colors of #fffda4

#fffda4 #d4ffa4 #ffd0a4

Monochromatic Colors of #fffda4

#fffda4

Complementary Color

#fffda4 #a4a6ff

#fffda4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffda4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffda4 Color CSS Codes

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

#fffda4 Text Font Color

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

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


#fffda4 Background Color

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

This div background color is #fffda4


#fffda4 Border Color

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

This div border color is #fffda4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffda4

Related Colors


Comments

No comments written yet.

Please login to write comment.