Color Hex Logo

#fca886 Color Hex

#FCA886
(252,168,134)
0 Favorites   0 Comments

Color spaces of #fca886

RGB 252168134
HSL0.050.950.76
HSV17°47°99°
CMYK 0.000.330.47   0.01
XYZ58.450650.421929.2060
Yxy50.42190.42330.3652
Hunter Lab71.008422.667725.3197
CIE-Lab76.327527.230430.2019

#fca886 color RGB value is (252,168,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 10000110
Octal 374 250 206
Decimal 252 168 134
Hex FC A8 86

RGB Percentages of Color #fca886

%45.49
%30.32
%24.19

CMYK Percentages of Color #fca886

%0
%33
%47
%1

Triadic Colors of #fca886

#fca886 #86fca8 #a886fc

Analogous Colors of #fca886

#fca886 #fce386 #fc869f

Monochromatic Colors of #fca886

#fca886

Complementary Color

#fca886 #86dafc

#fca886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca886 Color CSS Codes

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

#fca886 Text Font Color

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

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


#fca886 Background Color

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

This div background color is #fca886


#fca886 Border Color

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

This div border color is #fca886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca886


Comments

No comments written yet.

Please login to write comment.