Color Hex Logo

#fcbc8a Color Hex

#FCBC8A
(252,188,138)
0 Favorites   0 Comments

Color spaces of #fcbc8a

RGB 252188138
HSL0.070.950.76
HSV26°45°99°
CMYK 0.000.250.45   0.01
XYZ62.715558.496932.0303
Yxy58.49690.40930.3817
Hunter Lab76.483312.522528.7083
CIE-Lab81.014317.128534.2521

#fcbc8a color RGB value is (252,188,138).

#fcbc8a hex color red value is 252, green value is 188 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fcbc8a hue: 0.07 , saturation: 0.95 and the lightness value of fcbc8a is 0.76.

The process color (four color CMYK) of #fcbc8a color hex is 0.00, 0.25, 0.45, 0.01. Web safe color of #fcbc8a is #ffcc99. Color #fcbc8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 10001010
Octal 374 274 212
Decimal 252 188 138
Hex FC BC 8A

RGB Percentages of Color #fcbc8a

%43.60
%32.53
%23.88

CMYK Percentages of Color #fcbc8a

%0
%25
%45
%1

Triadic Colors of #fcbc8a

#fcbc8a #8afcbc #bc8afc

Analogous Colors of #fcbc8a

#fcbc8a #fcf58a #fc8a91

Monochromatic Colors of #fcbc8a

#fcbc8a

Complementary Color

#fcbc8a #8acafc

#fcbc8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbc8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbc8a Color CSS Codes

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

#fcbc8a Text Font Color

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

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


#fcbc8a Background Color

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

This div background color is #fcbc8a


#fcbc8a Border Color

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

This div border color is #fcbc8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbc8a


Comments

No comments written yet.

Please login to write comment.