Color Hex Logo

#fdc896 Color Hex

#FDC896
(253,200,150)
0 Favorites   0 Comments

Color spaces of #fdc896

RGB 253200150
HSL0.080.960.79
HSV29°41°99°
CMYK 0.000.210.41   0.01
XYZ66.667364.393237.7695
Yxy64.39320.39490.3814
Hunter Lab80.24547.867228.2654
CIE-Lab84.170112.483232.1809

#fdc896 color RGB value is (253,200,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001000 10010110
Octal 375 310 226
Decimal 253 200 150
Hex FD C8 96

RGB Percentages of Color #fdc896

%41.96
%33.17
%24.88

CMYK Percentages of Color #fdc896

%0
%21
%41
%1

Triadic Colors of #fdc896

#fdc896 #96fdc8 #c896fd

Analogous Colors of #fdc896

#fdc896 #fdfc96 #fd9698

Monochromatic Colors of #fdc896

#fdc896

Complementary Color

#fdc896 #96cbfd

#fdc896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc896 Color CSS Codes

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

#fdc896 Text Font Color

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

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


#fdc896 Background Color

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

This div background color is #fdc896


#fdc896 Border Color

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

This div border color is #fdc896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc896


Comments

No comments written yet.

Please login to write comment.