Color Hex Logo

#fcbd8b Color Hex

#FCBD8B
(252,189,139)
0 Favorites   0 Comments

Color spaces of #fcbd8b

RGB 252189139
HSL0.070.950.77
HSV27°45°99°
CMYK 0.000.250.45   0.01
XYZ63.002758.954732.4849
Yxy58.95470.40790.3817
Hunter Lab76.782012.098028.6630
CIE-Lab81.266716.704034.0610

#fcbd8b color RGB value is (252,189,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 10001011
Octal 374 275 213
Decimal 252 189 139
Hex FC BD 8B

RGB Percentages of Color #fcbd8b

%43.45
%32.59
%23.97

CMYK Percentages of Color #fcbd8b

%0
%25
%45
%1

Triadic Colors of #fcbd8b

#fcbd8b #8bfcbd #bd8bfc

Analogous Colors of #fcbd8b

#fcbd8b #fcf68b #fc8b92

Monochromatic Colors of #fcbd8b

#fcbd8b

Complementary Color

#fcbd8b #8bcafc

#fcbd8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd8b Color CSS Codes

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

#fcbd8b Text Font Color

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

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


#fcbd8b Background Color

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

This div background color is #fcbd8b


#fcbd8b Border Color

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

This div border color is #fcbd8b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,189,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 #fcbd8b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd8b


Comments

No comments written yet.

Please login to write comment.