Color Hex Logo

#fca278 Color Hex

#FCA278
(252,162,120)
0 Favorites   0 Comments

Color spaces of #fca278

RGB 252162120
HSL0.050.960.73
HSV19°52°99°
CMYK 0.000.360.52   0.01
XYZ56.455447.892224.0379
Yxy47.89220.43970.3730
Hunter Lab69.204224.509427.8487
CIE-Lab74.756929.106235.6008

#fca278 color RGB value is (252,162,120).

#fca278 hex color red value is 252, green value is 162 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #fca278 hue: 0.05 , saturation: 0.96 and the lightness value of fca278 is 0.73.

The process color (four color CMYK) of #fca278 color hex is 0.00, 0.36, 0.52, 0.01. Web safe color of #fca278 is #ff9966. Color #fca278 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 01111000
Octal 374 242 170
Decimal 252 162 120
Hex FC A2 78

RGB Percentages of Color #fca278

%47.19
%30.34
%22.47

CMYK Percentages of Color #fca278

%0
%36
%52
%1

Triadic Colors of #fca278

#fca278 #78fca2 #a278fc

Analogous Colors of #fca278

#fca278 #fce478 #fc7890

Monochromatic Colors of #fca278

#fca278

Complementary Color

#fca278 #78d2fc

#fca278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca278 Color CSS Codes

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

#fca278 Text Font Color

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

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


#fca278 Background Color

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

This div background color is #fca278


#fca278 Border Color

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

This div border color is #fca278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca278


Comments

No comments written yet.

Please login to write comment.