Color Hex Logo

#fffd96 Color Hex

#FFFD96
(255,253,150)
1 Favorites   0 Comments

Color spaces of #fffd96

RGB 255253150
HSL0.161.000.79
HSV59°41°100°
CMYK 0.000.010.41   0.00
XYZ81.870393.712642.6275
Yxy93.71260.37520.4295
Hunter Lab96.8053-18.447941.6558
CIE-Lab97.5161-13.557449.4076

#fffd96 color RGB value is (255,253,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 10010110
Octal 377 375 226
Decimal 255 253 150
Hex FF FD 96

RGB Percentages of Color #fffd96

%38.75
%38.45
%22.80

CMYK Percentages of Color #fffd96

%0
%1
%41
%0

Triadic Colors of #fffd96

#fffd96 #96fffd #fd96ff

Analogous Colors of #fffd96

#fffd96 #cdff96 #ffc996

Monochromatic Colors of #fffd96

#fffd96

Complementary Color

#fffd96 #9698ff

#fffd96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffd96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffd96 Color CSS Codes

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

#fffd96 Text Font Color

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

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


#fffd96 Background Color

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

This div background color is #fffd96


#fffd96 Border Color

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

This div border color is #fffd96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffd96

Related Colors


Comments

No comments written yet.

Please login to write comment.