Color Hex Logo

#fcbf8b Color Hex

#FCBF8B
(252,191,139)
0 Favorites   0 Comments

Color spaces of #fcbf8b

RGB 252191139
HSL0.080.950.77
HSV28°45°99°
CMYK 0.000.240.45   0.01
XYZ63.435959.821132.6293
Yxy59.82110.40690.3837
Hunter Lab77.344111.049529.1281
CIE-Lab81.740915.657134.6808

#fcbf8b color RGB value is (252,191,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 10001011
Octal 374 277 213
Decimal 252 191 139
Hex FC BF 8B

RGB Percentages of Color #fcbf8b

%43.30
%32.82
%23.88

CMYK Percentages of Color #fcbf8b

%0
%24
%45
%1

Triadic Colors of #fcbf8b

#fcbf8b #8bfcbf #bf8bfc

Analogous Colors of #fcbf8b

#fcbf8b #fcf88b #fc8b90

Monochromatic Colors of #fcbf8b

#fcbf8b

Complementary Color

#fcbf8b #8bc8fc

#fcbf8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbf8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbf8b Color CSS Codes

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

#fcbf8b Text Font Color

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

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


#fcbf8b Background Color

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

This div background color is #fcbf8b


#fcbf8b Border Color

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

This div border color is #fcbf8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbf8b

Related Colors


Comments

No comments written yet.

Please login to write comment.