Color Hex Logo

#fca982 Color Hex

#FCA982
(252,169,130)
0 Favorites   0 Comments

Color spaces of #fca982

RGB 252169130
HSL0.050.950.75
HSV19°48°99°
CMYK 0.000.330.48   0.01
XYZ58.362150.683127.8259
Yxy50.68310.42640.3703
Hunter Lab71.192121.745326.6605
CIE-Lab76.486626.329732.5408

#fca982 color RGB value is (252,169,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 10000010
Octal 374 251 202
Decimal 252 169 130
Hex FC A9 82

RGB Percentages of Color #fca982

%45.74
%30.67
%23.59

CMYK Percentages of Color #fca982

%0
%33
%48
%1

Triadic Colors of #fca982

#fca982 #82fca9 #a982fc

Analogous Colors of #fca982

#fca982 #fce682 #fc8298

Monochromatic Colors of #fca982

#fca982

Complementary Color

#fca982 #82d5fc

#fca982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca982 Color CSS Codes

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

#fca982 Text Font Color

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

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


#fca982 Background Color

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

This div background color is #fca982


#fca982 Border Color

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

This div border color is #fca982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca982


Comments

No comments written yet.

Please login to write comment.