Color Hex Logo

#fcbc70 Color Hex

#FCBC70
(252,188,112)
0 Favorites   0 Comments

Color spaces of #fcbc70

RGB 252188112
HSL0.090.960.71
HSV33°56°99°
CMYK 0.000.250.56   0.01
XYZ61.052757.831723.2740
Yxy57.83170.42950.4068
Hunter Lab76.047210.222135.0875
CIE-Lab80.645114.838147.0472

#fcbc70 color RGB value is (252,188,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 01110000
Octal 374 274 160
Decimal 252 188 112
Hex FC BC 70

RGB Percentages of Color #fcbc70

%45.65
%34.06
%20.29

CMYK Percentages of Color #fcbc70

%0
%25
%56
%1

Triadic Colors of #fcbc70

#fcbc70 #70fcbc #bc70fc

Analogous Colors of #fcbc70

#fcbc70 #f6fc70 #fc7670

Monochromatic Colors of #fcbc70

#fcbc70

Complementary Color

#fcbc70 #70b0fc

#fcbc70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbc70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbc70 Color CSS Codes

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

#fcbc70 Text Font Color

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

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


#fcbc70 Background Color

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

This div background color is #fcbc70


#fcbc70 Border Color

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

This div border color is #fcbc70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbc70

Related Colors


Comments

No comments written yet.

Please login to write comment.