Color Hex Logo

#fcbc6c Color Hex

#FCBC6C
(252,188,108)
0 Favorites   0 Comments

Color spaces of #fcbc6c

RGB 252188108
HSL0.090.960.71
HSV33°57°99°
CMYK 0.000.250.57   0.01
XYZ60.834957.744622.1268
Yxy57.74460.43240.4104
Hunter Lab75.98999.918835.9288
CIE-Lab80.596614.533748.9615

#fcbc6c color RGB value is (252,188,108).

#fcbc6c hex color red value is 252, green value is 188 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fcbc6c hue: 0.09 , saturation: 0.96 and the lightness value of fcbc6c is 0.71.

The process color (four color CMYK) of #fcbc6c color hex is 0.00, 0.25, 0.57, 0.01. Web safe color of #fcbc6c is #ffcc66. Color #fcbc6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 01101100
Octal 374 274 154
Decimal 252 188 108
Hex FC BC 6C

RGB Percentages of Color #fcbc6c

%45.99
%34.31
%19.71

CMYK Percentages of Color #fcbc6c

%0
%25
%57
%1

Triadic Colors of #fcbc6c

#fcbc6c #6cfcbc #bc6cfc

Analogous Colors of #fcbc6c

#fcbc6c #f4fc6c #fc746c

Monochromatic Colors of #fcbc6c

#fcbc6c

Complementary Color

#fcbc6c #6cacfc

#fcbc6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbc6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbc6c Color CSS Codes

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

#fcbc6c Text Font Color

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

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


#fcbc6c Background Color

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

This div background color is #fcbc6c


#fcbc6c Border Color

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

This div border color is #fcbc6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbc6c


Comments

No comments written yet.

Please login to write comment.