Color Hex Logo

#fca497 Color Hex

#FCA497
(252,164,151)
0 Favorites   0 Comments

Color spaces of #fca497

RGB 252164151
HSL0.020.940.79
HSV40°99°
CMYK 0.000.350.40   0.01
XYZ59.006349.480735.7189
Yxy49.48070.40920.3431
Hunter Lab70.342526.634019.1332
CIE-Lab75.749431.065420.2532

#fca497 color RGB value is (252,164,151).

#fca497 hex color red value is 252, green value is 164 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #fca497 hue: 0.02 , saturation: 0.94 and the lightness value of fca497 is 0.79.

The process color (four color CMYK) of #fca497 color hex is 0.00, 0.35, 0.40, 0.01. Web safe color of #fca497 is #ff9999. Color #fca497 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 10010111
Octal 374 244 227
Decimal 252 164 151
Hex FC A4 97

RGB Percentages of Color #fca497

%44.44
%28.92
%26.63

CMYK Percentages of Color #fca497

%0
%35
%40
%1

Triadic Colors of #fca497

#fca497 #97fca4 #a497fc

Analogous Colors of #fca497

#fca497 #fcd797 #fc97bd

Monochromatic Colors of #fca497

#fca497

Complementary Color

#fca497 #97effc

#fca497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca497 Color CSS Codes

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

#fca497 Text Font Color

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

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


#fca497 Background Color

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

This div background color is #fca497


#fca497 Border Color

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

This div border color is #fca497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca497


Comments

No comments written yet.

Please login to write comment.