Color Hex Logo

#fdc996 Color Hex

#FDC996
(253,201,150)
0 Favorites   0 Comments

Color spaces of #fdc996

RGB 253201150
HSL0.080.960.79
HSV30°41°99°
CMYK 0.000.210.41   0.01
XYZ66.899764.857937.8470
Yxy64.85790.39440.3824
Hunter Lab80.53447.344228.5109
CIE-Lab84.410511.962732.4993

#fdc996 color RGB value is (253,201,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001001 10010110
Octal 375 311 226
Decimal 253 201 150
Hex FD C9 96

RGB Percentages of Color #fdc996

%41.89
%33.28
%24.83

CMYK Percentages of Color #fdc996

%0
%21
%41
%1

Triadic Colors of #fdc996

#fdc996 #96fdc9 #c996fd

Analogous Colors of #fdc996

#fdc996 #fdfd96 #fd9697

Monochromatic Colors of #fdc996

#fdc996

Complementary Color

#fdc996 #96cafd

#fdc996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc996 Color CSS Codes

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

#fdc996 Text Font Color

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

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


#fdc996 Background Color

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

This div background color is #fdc996


#fdc996 Border Color

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

This div border color is #fdc996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc996


Comments

No comments written yet.

Please login to write comment.