Color Hex Logo

#fcbc3c Color Hex

#FCBC3C
(252,188,60)
0 Favorites   0 Comments

Color spaces of #fcbc3c

RGB 25218860
HSL0.110.970.61
HSV40°76°99°
CMYK 0.000.250.76   0.01
XYZ58.943756.988112.1681
Yxy56.98810.46010.4449
Hunter Lab75.49057.266343.2865
CIE-Lab80.172911.847769.4803

#fcbc3c color RGB value is (252,188,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 00111100
Octal 374 274 74
Decimal 252 188 60
Hex FC BC 3C

RGB Percentages of Color #fcbc3c

%50.40
%37.60
%12.00

CMYK Percentages of Color #fcbc3c

%0
%25
%76
%1

Triadic Colors of #fcbc3c

#fcbc3c #3cfcbc #bc3cfc

Analogous Colors of #fcbc3c

#fcbc3c #dcfc3c #fc5c3c

Monochromatic Colors of #fcbc3c

#fcbc3c

Complementary Color

#fcbc3c #3c7cfc

#fcbc3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbc3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbc3c Color CSS Codes

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

#fcbc3c Text Font Color

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

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


#fcbc3c Background Color

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

This div background color is #fcbc3c


#fcbc3c Border Color

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

This div border color is #fcbc3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbc3c


Comments

No comments written yet.

Please login to write comment.