Color Hex Logo

#fcd7a1 Color Hex

#FCD7A1
(252,215,161)
0 Favorites   0 Comments

Color spaces of #fcd7a1

RGB 252215161
HSL0.100.940.81
HSV36°36°99°
CMYK 0.000.150.36   0.01
XYZ70.878371.869543.8547
Yxy71.86950.37980.3851
Hunter Lab84.77590.880128.6723
CIE-Lab87.90575.544531.4473

#fcd7a1 color RGB value is (252,215,161).

#fcd7a1 hex color red value is 252, green value is 215 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #fcd7a1 hue: 0.10 , saturation: 0.94 and the lightness value of fcd7a1 is 0.81.

The process color (four color CMYK) of #fcd7a1 color hex is 0.00, 0.15, 0.36, 0.01. Web safe color of #fcd7a1 is #ffcc99. Color #fcd7a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 10100001
Octal 374 327 241
Decimal 252 215 161
Hex FC D7 A1

RGB Percentages of Color #fcd7a1

%40.13
%34.24
%25.64

CMYK Percentages of Color #fcd7a1

%0
%15
%36
%1

Triadic Colors of #fcd7a1

#fcd7a1 #a1fcd7 #d7a1fc

Analogous Colors of #fcd7a1

#fcd7a1 #f4fca1 #fcaaa1

Monochromatic Colors of #fcd7a1

#fcd7a1

Complementary Color

#fcd7a1 #a1c6fc

#fcd7a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd7a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd7a1 Color CSS Codes

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

#fcd7a1 Text Font Color

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

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


#fcd7a1 Background Color

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

This div background color is #fcd7a1


#fcd7a1 Border Color

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

This div border color is #fcd7a1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,215,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcd7a1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcd7a1;
  -webkit-box-shadow: 1px 1px 3px 2px #fcd7a1;
  box-shadow:         1px 1px 3px 2px #fcd7a1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,215,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd7a1


Comments

No comments written yet.

Please login to write comment.