Color Hex Logo

#fcf282 Color Hex

#FCF282
(252,242,130)
0 Favorites   0 Comments

Color spaces of #fcf282

RGB 252242130
HSL0.150.950.75
HSV55°48°99°
CMYK 0.000.040.48   0.01
XYZ75.926385.811433.6806
Yxy85.81140.38850.4391
Hunter Lab92.6344-15.805743.2871
CIE-Lab94.2317-11.204154.7944

#fcf282 color RGB value is (252,242,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110010 10000010
Octal 374 362 202
Decimal 252 242 130
Hex FC F2 82

RGB Percentages of Color #fcf282

%40.38
%38.78
%20.83

CMYK Percentages of Color #fcf282

%0
%4
%48
%1

Triadic Colors of #fcf282

#fcf282 #82fcf2 #f282fc

Analogous Colors of #fcf282

#fcf282 #c9fc82 #fcb582

Monochromatic Colors of #fcf282

#fcf282

Complementary Color

#fcf282 #828cfc

#fcf282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf282 Color CSS Codes

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

#fcf282 Text Font Color

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

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


#fcf282 Background Color

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

This div background color is #fcf282


#fcf282 Border Color

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

This div border color is #fcf282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf282

Related Colors


Comments

No comments written yet.

Please login to write comment.