Color Hex Logo

#fca284 Color Hex

#FCA284
(252,162,132)
0 Favorites   0 Comments

Color spaces of #fca284

RGB 252162132
HSL0.040.950.75
HSV15°48°99°
CMYK 0.000.360.48   0.01
XYZ57.230148.202128.1174
Yxy48.20210.42850.3609
Hunter Lab69.427725.641124.5877
CIE-Lab74.952230.178029.4536

#fca284 color RGB value is (252,162,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 10000100
Octal 374 242 204
Decimal 252 162 132
Hex FC A2 84

RGB Percentages of Color #fca284

%46.15
%29.67
%24.18

CMYK Percentages of Color #fca284

%0
%36
%48
%1

Triadic Colors of #fca284

#fca284 #84fca2 #a284fc

Analogous Colors of #fca284

#fca284 #fcde84 #fc84a2

Monochromatic Colors of #fca284

#fca284

Complementary Color

#fca284 #84defc

#fca284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca284 Color CSS Codes

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

#fca284 Text Font Color

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

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


#fca284 Background Color

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

This div background color is #fca284


#fca284 Border Color

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

This div border color is #fca284


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,162,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 #fca284">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca284


Comments

No comments written yet.

Please login to write comment.