Color Hex Logo

#fcc084 Color Hex

#FCC084
(252,192,132)
0 Favorites   0 Comments

Color spaces of #fcc084

RGB 252192132
HSL0.080.950.75
HSV30°48°99°
CMYK 0.000.240.48   0.01
XYZ63.159460.060730.0938
Yxy60.06070.41200.3917
Hunter Lab77.49889.849631.2261
CIE-Lab81.871214.459638.4660

#fcc084 color RGB value is (252,192,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000000 10000100
Octal 374 300 204
Decimal 252 192 132
Hex FC C0 84

RGB Percentages of Color #fcc084

%43.75
%33.33
%22.92

CMYK Percentages of Color #fcc084

%0
%24
%48
%1

Triadic Colors of #fcc084

#fcc084 #84fcc0 #c084fc

Analogous Colors of #fcc084

#fcc084 #fcfc84 #fc8484

Monochromatic Colors of #fcc084

#fcc084

Complementary Color

#fcc084 #84c0fc

#fcc084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc084 Color CSS Codes

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

#fcc084 Text Font Color

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

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


#fcc084 Background Color

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

This div background color is #fcc084


#fcc084 Border Color

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

This div border color is #fcc084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc084

Related Colors

#fcc084 Color Palettes


Comments

No comments written yet.

Please login to write comment.