Color Hex Logo

#fcca86 Color Hex

#FCCA86
(252,202,134)
0 Favorites   0 Comments

Color spaces of #fcca86

RGB 252202134
HSL0.100.950.76
HSV35°47°99°
CMYK 0.000.200.47   0.01
XYZ65.568564.657731.5786
Yxy64.65770.40520.3996
Hunter Lab80.41004.836233.0027
CIE-Lab84.30709.438640.5575

#fcca86 color RGB value is (252,202,134).

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

The process color (four color CMYK) of #fcca86 color hex is 0.00, 0.20, 0.47, 0.01. Web safe color of #fcca86 is #ffcc99. Color #fcca86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 10000110
Octal 374 312 206
Decimal 252 202 134
Hex FC CA 86

RGB Percentages of Color #fcca86

%42.86
%34.35
%22.79

CMYK Percentages of Color #fcca86

%0
%20
%47
%1

Triadic Colors of #fcca86

#fcca86 #86fcca #ca86fc

Analogous Colors of #fcca86

#fcca86 #f3fc86 #fc8f86

Monochromatic Colors of #fcca86

#fcca86

Complementary Color

#fcca86 #86b8fc

#fcca86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcca86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcca86 Color CSS Codes

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

#fcca86 Text Font Color

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

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


#fcca86 Background Color

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

This div background color is #fcca86


#fcca86 Border Color

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

This div border color is #fcca86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcca86


Comments

No comments written yet.

Please login to write comment.