Color Hex Logo

#fcbd9a Color Hex

#FCBD9A
(252,189,154)
0 Favorites   0 Comments

Color spaces of #fcbd9a

RGB 252189154
HSL0.060.940.80
HSV21°39°99°
CMYK 0.000.250.39   0.01
XYZ64.175259.423738.6594
Yxy59.42370.39550.3662
Hunter Lab77.086813.700524.2265
CIE-Lab81.523918.283026.5235

#fcbd9a color RGB value is (252,189,154).

#fcbd9a hex color red value is 252, green value is 189 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fcbd9a hue: 0.06 , saturation: 0.94 and the lightness value of fcbd9a is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 10011010
Octal 374 275 232
Decimal 252 189 154
Hex FC BD 9A

RGB Percentages of Color #fcbd9a

%42.35
%31.76
%25.88

CMYK Percentages of Color #fcbd9a

%0
%25
%39
%1

Triadic Colors of #fcbd9a

#fcbd9a #9afcbd #bd9afc

Analogous Colors of #fcbd9a

#fcbd9a #fcee9a #fc9aa8

Monochromatic Colors of #fcbd9a

#fcbd9a

Complementary Color

#fcbd9a #9ad9fc

#fcbd9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd9a Color CSS Codes

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

#fcbd9a Text Font Color

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

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


#fcbd9a Background Color

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

This div background color is #fcbd9a


#fcbd9a Border Color

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

This div border color is #fcbd9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd9a


Comments

No comments written yet.

Please login to write comment.