Color Hex Logo

#fcfb82 Color Hex

#FCFB82
(252,251,130)
0 Favorites   0 Comments

Color spaces of #fcfb82

RGB 252251130
HSL0.170.950.75
HSV60°48°99°
CMYK 0.000.000.48   0.01
XYZ78.671391.301534.5956
Yxy91.30150.38460.4463
Hunter Lab95.5518-20.250145.4197
CIE-Lab96.5341-15.603457.5501

#fcfb82 color RGB value is (252,251,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 10000010
Octal 374 373 202
Decimal 252 251 130
Hex FC FB 82

RGB Percentages of Color #fcfb82

%39.81
%39.65
%20.54

CMYK Percentages of Color #fcfb82

%0
%0
%48
%1

Triadic Colors of #fcfb82

#fcfb82 #82fcfb #fb82fc

Analogous Colors of #fcfb82

#fcfb82 #c0fc82 #fcbe82

Monochromatic Colors of #fcfb82

#fcfb82

Complementary Color

#fcfb82 #8283fc

#fcfb82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfb82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfb82 Color CSS Codes

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

#fcfb82 Text Font Color

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

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


#fcfb82 Background Color

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

This div background color is #fcfb82


#fcfb82 Border Color

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

This div border color is #fcfb82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfb82

Related Colors


Comments

No comments written yet.

Please login to write comment.