Color Hex Logo

#fcbd8a Color Hex

#FCBD8A
(252,189,138)
0 Favorites   0 Comments

Color spaces of #fcbd8a

RGB 252189138
HSL0.070.950.76
HSV27°45°99°
CMYK 0.000.250.45   0.01
XYZ62.929958.925632.1018
Yxy58.92560.40870.3827
Hunter Lab76.763011.998128.9394
CIE-Lab81.250716.605034.5608

#fcbd8a color RGB value is (252,189,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 10001010
Octal 374 275 212
Decimal 252 189 138
Hex FC BD 8A

RGB Percentages of Color #fcbd8a

%43.52
%32.64
%23.83

CMYK Percentages of Color #fcbd8a

%0
%25
%45
%1

Triadic Colors of #fcbd8a

#fcbd8a #8afcbd #bd8afc

Analogous Colors of #fcbd8a

#fcbd8a #fcf68a #fc8a90

Monochromatic Colors of #fcbd8a

#fcbd8a

Complementary Color

#fcbd8a #8ac9fc

#fcbd8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd8a Color CSS Codes

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

#fcbd8a Text Font Color

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

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


#fcbd8a Background Color

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

This div background color is #fcbd8a


#fcbd8a Border Color

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

This div border color is #fcbd8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd8a


Comments

No comments written yet.

Please login to write comment.