Color Hex Logo

#fca384 Color Hex

#FCA384
(252,163,132)
0 Favorites   0 Comments

Color spaces of #fca384

RGB 252163132
HSL0.040.950.75
HSV16°48°99°
CMYK 0.000.350.48   0.01
XYZ57.406948.555828.1763
Yxy48.55580.42800.3620
Hunter Lab69.682025.112224.8032
CIE-Lab75.174129.655829.7474

#fca384 color RGB value is (252,163,132).

#fca384 hex color red value is 252, green value is 163 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #fca384 hue: 0.04 , saturation: 0.95 and the lightness value of fca384 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 10000100
Octal 374 243 204
Decimal 252 163 132
Hex FC A3 84

RGB Percentages of Color #fca384

%46.07
%29.80
%24.13

CMYK Percentages of Color #fca384

%0
%35
%48
%1

Triadic Colors of #fca384

#fca384 #84fca3 #a384fc

Analogous Colors of #fca384

#fca384 #fcdf84 #fc84a1

Monochromatic Colors of #fca384

#fca384

Complementary Color

#fca384 #84ddfc

#fca384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca384 Color CSS Codes

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

#fca384 Text Font Color

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

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


#fca384 Background Color

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

This div background color is #fca384


#fca384 Border Color

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

This div border color is #fca384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca384


Comments

No comments written yet.

Please login to write comment.