Color Hex Logo

#fdc5a4 Color Hex

#FDC5A4
(253,197,164)
0 Favorites   0 Comments

Color spaces of #fdc5a4

RGB 253197164
HSL0.060.960.82
HSV22°35°99°
CMYK 0.000.220.35   0.01
XYZ67.175163.495543.8373
Yxy63.49550.38490.3639
Hunter Lab79.684111.031623.1611
CIE-Lab83.702415.624124.2197

#fdc5a4 color RGB value is (253,197,164).

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

The process color (four color CMYK) of #fdc5a4 color hex is 0.00, 0.22, 0.35, 0.01. Web safe color of #fdc5a4 is #ffcc99. Color #fdc5a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000101 10100100
Octal 375 305 244
Decimal 253 197 164
Hex FD C5 A4

RGB Percentages of Color #fdc5a4

%41.21
%32.08
%26.71

CMYK Percentages of Color #fdc5a4

%0
%22
%35
%1

Triadic Colors of #fdc5a4

#fdc5a4 #a4fdc5 #c5a4fd

Analogous Colors of #fdc5a4

#fdc5a4 #fdf2a4 #fda4b0

Monochromatic Colors of #fdc5a4

#fdc5a4

Complementary Color

#fdc5a4 #a4dcfd

#fdc5a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc5a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc5a4 Color CSS Codes

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

#fdc5a4 Text Font Color

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

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


#fdc5a4 Background Color

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

This div background color is #fdc5a4


#fdc5a4 Border Color

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

This div border color is #fdc5a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc5a4

Related Colors


Comments

No comments written yet.

Please login to write comment.