Color Hex Logo

#fdd596 Color Hex

#FDD596
(253,213,150)
0 Favorites   0 Comments

Color spaces of #fdd596

RGB 253213150
HSL0.100.960.79
HSV37°41°99°
CMYK 0.000.160.41   0.01
XYZ69.807370.673238.8162
Yxy70.67320.38930.3942
Hunter Lab84.06741.103831.4713
CIE-Lab87.32605.748036.3358

#fdd596 color RGB value is (253,213,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010101 10010110
Octal 375 325 226
Decimal 253 213 150
Hex FD D5 96

RGB Percentages of Color #fdd596

%41.07
%34.58
%24.35

CMYK Percentages of Color #fdd596

%0
%16
%41
%1

Triadic Colors of #fdd596

#fdd596 #96fdd5 #d596fd

Analogous Colors of #fdd596

#fdd596 #f2fd96 #fda296

Monochromatic Colors of #fdd596

#fdd596

Complementary Color

#fdd596 #96befd

#fdd596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd596 Color CSS Codes

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

#fdd596 Text Font Color

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

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


#fdd596 Background Color

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

This div background color is #fdd596


#fdd596 Border Color

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

This div border color is #fdd596


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,213,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 #fdd596">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd596

Related Colors


Comments

No comments written yet.

Please login to write comment.