Color Hex Logo

#fcba8d Color Hex

#FCBA8D
(252,186,141)
0 Favorites   0 Comments

Color spaces of #fcba8d

RGB 252186141
HSL0.070.950.77
HSV24°44°99°
CMYK 0.000.260.44   0.01
XYZ62.511557.736333.0488
Yxy57.73630.40780.3766
Hunter Lab75.984413.877227.4014
CIE-Lab80.592018.476332.1288

#fcba8d color RGB value is (252,186,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111010 10001101
Octal 374 272 215
Decimal 252 186 141
Hex FC BA 8D

RGB Percentages of Color #fcba8d

%43.52
%32.12
%24.35

CMYK Percentages of Color #fcba8d

%0
%26
%44
%1

Triadic Colors of #fcba8d

#fcba8d #8dfcba #ba8dfc

Analogous Colors of #fcba8d

#fcba8d #fcf28d #fc8d98

Monochromatic Colors of #fcba8d

#fcba8d

Complementary Color

#fcba8d #8dcffc

#fcba8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcba8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcba8d Color CSS Codes

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

#fcba8d Text Font Color

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

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


#fcba8d Background Color

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

This div background color is #fcba8d


#fcba8d Border Color

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

This div border color is #fcba8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcba8d

Related Colors


Comments

No comments written yet.

Please login to write comment.