Color Hex Logo

#fcf084 Color Hex

#FCF084
(252,240,132)
0 Favorites   0 Comments

Color spaces of #fcf084

RGB 252240132
HSL0.150.950.75
HSV54°48°99°
CMYK 0.000.050.48   0.01
XYZ75.469884.681634.1973
Yxy84.68160.38830.4357
Hunter Lab92.0226-14.647742.3826
CIE-Lab93.7457-10.041353.2685

#fcf084 color RGB value is (252,240,132).

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

The process color (four color CMYK) of #fcf084 color hex is 0.00, 0.05, 0.48, 0.01. Web safe color of #fcf084 is #ffff99. Color #fcf084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110000 10000100
Octal 374 360 204
Decimal 252 240 132
Hex FC F0 84

RGB Percentages of Color #fcf084

%40.38
%38.46
%21.15

CMYK Percentages of Color #fcf084

%0
%5
%48
%1

Triadic Colors of #fcf084

#fcf084 #84fcf0 #f084fc

Analogous Colors of #fcf084

#fcf084 #ccfc84 #fcb484

Monochromatic Colors of #fcf084

#fcf084

Complementary Color

#fcf084 #8490fc

#fcf084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf084 Color CSS Codes

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

#fcf084 Text Font Color

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

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


#fcf084 Background Color

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

This div background color is #fcf084


#fcf084 Border Color

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

This div border color is #fcf084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf084

Related Colors


Comments

No comments written yet.

Please login to write comment.