Color Hex Logo

#fcbc47 Color Hex

#FCBC47
(252,188,71)
0 Favorites   0 Comments

Color spaces of #fcbc47

RGB 25218871
HSL0.110.970.63
HSV39°72°99°
CMYK 0.000.250.72   0.01
XYZ59.265457.116813.8623
Yxy57.11680.45500.4385
Hunter Lab75.57577.719942.0278
CIE-Lab80.245212.310265.3269

#fcbc47 color RGB value is (252,188,71).

#fcbc47 hex color red value is 252, green value is 188 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #fcbc47 hue: 0.11 , saturation: 0.97 and the lightness value of fcbc47 is 0.63.

The process color (four color CMYK) of #fcbc47 color hex is 0.00, 0.25, 0.72, 0.01. Web safe color of #fcbc47 is #ffcc33. Color #fcbc47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 01000111
Octal 374 274 107
Decimal 252 188 71
Hex FC BC 47

RGB Percentages of Color #fcbc47

%49.32
%36.79
%13.89

CMYK Percentages of Color #fcbc47

%0
%25
%72
%1

Triadic Colors of #fcbc47

#fcbc47 #47fcbc #bc47fc

Analogous Colors of #fcbc47

#fcbc47 #e2fc47 #fc6247

Monochromatic Colors of #fcbc47

#fcbc47

Complementary Color

#fcbc47 #4787fc

#fcbc47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbc47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbc47 Color CSS Codes

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

#fcbc47 Text Font Color

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

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


#fcbc47 Background Color

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

This div background color is #fcbc47


#fcbc47 Border Color

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

This div border color is #fcbc47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbc47


Comments

No comments written yet.

Please login to write comment.