Color Hex Logo

#fcbc8e Color Hex

#FCBC8E
(252,188,142)
0 Favorites   0 Comments

Color spaces of #fcbc8e

RGB 252188142
HSL0.070.950.77
HSV25°44°99°
CMYK 0.000.250.44   0.01
XYZ63.010658.614933.5840
Yxy58.61490.40600.3777
Hunter Lab76.560412.928227.5841
CIE-Lab81.079517.529232.2476

#fcbc8e color RGB value is (252,188,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 10001110
Octal 374 274 216
Decimal 252 188 142
Hex FC BC 8E

RGB Percentages of Color #fcbc8e

%43.30
%32.30
%24.40

CMYK Percentages of Color #fcbc8e

%0
%25
%44
%1

Triadic Colors of #fcbc8e

#fcbc8e #8efcbc #bc8efc

Analogous Colors of #fcbc8e

#fcbc8e #fcf38e #fc8e97

Monochromatic Colors of #fcbc8e

#fcbc8e

Complementary Color

#fcbc8e #8ecefc

#fcbc8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbc8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbc8e Color CSS Codes

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

#fcbc8e Text Font Color

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

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


#fcbc8e Background Color

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

This div background color is #fcbc8e


#fcbc8e Border Color

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

This div border color is #fcbc8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbc8e

Related Colors


Comments

No comments written yet.

Please login to write comment.