Color Hex Logo

#fcbf82 Color Hex

#FCBF82
(252,191,130)
0 Favorites   0 Comments

Color spaces of #fcbf82

RGB 252191130
HSL0.080.950.75
HSV30°48°99°
CMYK 0.000.240.48   0.01
XYZ62.805059.568829.3068
Yxy59.56880.41410.3927
Hunter Lab77.180810.185931.5132
CIE-Lab81.603214.796839.1498

#fcbf82 color RGB value is (252,191,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 10000010
Octal 374 277 202
Decimal 252 191 130
Hex FC BF 82

RGB Percentages of Color #fcbf82

%43.98
%33.33
%22.69

CMYK Percentages of Color #fcbf82

%0
%24
%48
%1

Triadic Colors of #fcbf82

#fcbf82 #82fcbf #bf82fc

Analogous Colors of #fcbf82

#fcbf82 #fcfc82 #fc8282

Monochromatic Colors of #fcbf82

#fcbf82

Complementary Color

#fcbf82 #82bffc

#fcbf82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbf82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbf82 Color CSS Codes

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

#fcbf82 Text Font Color

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

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


#fcbf82 Background Color

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

This div background color is #fcbf82


#fcbf82 Border Color

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

This div border color is #fcbf82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbf82


Comments

No comments written yet.

Please login to write comment.