Color Hex Logo

#fcca84 Color Hex

#FCCA84
(252,202,132)
0 Favorites   0 Comments

Color spaces of #fcca84

RGB 252202132
HSL0.100.950.75
HSV35°48°99°
CMYK 0.000.200.48   0.01
XYZ65.430364.602430.8508
Yxy64.60240.40670.4015
Hunter Lab80.37564.651833.5055
CIE-Lab84.27849.251341.5332

#fcca84 color RGB value is (252,202,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 10000100
Octal 374 312 204
Decimal 252 202 132
Hex FC CA 84

RGB Percentages of Color #fcca84

%43.00
%34.47
%22.53

CMYK Percentages of Color #fcca84

%0
%20
%48
%1

Triadic Colors of #fcca84

#fcca84 #84fcca #ca84fc

Analogous Colors of #fcca84

#fcca84 #f2fc84 #fc8e84

Monochromatic Colors of #fcca84

#fcca84

Complementary Color

#fcca84 #84b6fc

#fcca84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcca84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcca84 Color CSS Codes

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

#fcca84 Text Font Color

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

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


#fcca84 Background Color

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

This div background color is #fcca84


#fcca84 Border Color

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

This div border color is #fcca84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcca84


Comments

No comments written yet.

Please login to write comment.