Color Hex Logo

#fcbd8d Color Hex

#FCBD8D
(252,189,141)
0 Favorites   0 Comments

Color spaces of #fcbd8d

RGB 252189141
HSL0.070.950.77
HSV26°44°99°
CMYK 0.000.250.44   0.01
XYZ63.150259.013733.2617
Yxy59.01370.40630.3797
Hunter Lab76.820412.300328.1029
CIE-Lab81.299116.904133.0601

#fcbd8d color RGB value is (252,189,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 10001101
Octal 374 275 215
Decimal 252 189 141
Hex FC BD 8D

RGB Percentages of Color #fcbd8d

%43.30
%32.47
%24.23

CMYK Percentages of Color #fcbd8d

%0
%25
%44
%1

Triadic Colors of #fcbd8d

#fcbd8d #8dfcbd #bd8dfc

Analogous Colors of #fcbd8d

#fcbd8d #fcf58d #fc8d95

Monochromatic Colors of #fcbd8d

#fcbd8d

Complementary Color

#fcbd8d #8dccfc

#fcbd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd8d Color CSS Codes

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

#fcbd8d Text Font Color

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

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


#fcbd8d Background Color

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

This div background color is #fcbd8d


#fcbd8d Border Color

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

This div border color is #fcbd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd8d


Comments

No comments written yet.

Please login to write comment.