Color Hex Logo

#fcd491 Color Hex

#FCD491
(252,212,145)
0 Favorites   0 Comments

Color spaces of #fcd491

RGB 252212145
HSL0.100.950.78
HSV38°42°99°
CMYK 0.000.160.42   0.01
XYZ68.799269.826736.6399
Yxy69.82670.39250.3984
Hunter Lab83.56240.729832.4966
CIE-Lab86.91185.351338.3232

#fcd491 color RGB value is (252,212,145).

#fcd491 hex color red value is 252, green value is 212 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fcd491 hue: 0.10 , saturation: 0.95 and the lightness value of fcd491 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010100 10010001
Octal 374 324 221
Decimal 252 212 145
Hex FC D4 91

RGB Percentages of Color #fcd491

%41.38
%34.81
%23.81

CMYK Percentages of Color #fcd491

%0
%16
%42
%1

Triadic Colors of #fcd491

#fcd491 #91fcd4 #d491fc

Analogous Colors of #fcd491

#fcd491 #effc91 #fc9f91

Monochromatic Colors of #fcd491

#fcd491

Complementary Color

#fcd491 #91b9fc

#fcd491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd491 Color CSS Codes

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

#fcd491 Text Font Color

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

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


#fcd491 Background Color

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

This div background color is #fcd491


#fcd491 Border Color

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

This div border color is #fcd491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd491


Comments

No comments written yet.

Please login to write comment.