Color Hex Logo

#fcbd7b Color Hex

#FCBD7B
(252,189,123)
0 Favorites   0 Comments

Color spaces of #fcbd7b

RGB 252189123
HSL0.090.960.74
HSV31°51°99°
CMYK 0.000.250.51   0.01
XYZ61.917658.520726.7711
Yxy58.52070.42060.3975
Hunter Lab76.498810.603732.8004
CIE-Lab81.027415.217941.9941

#fcbd7b color RGB value is (252,189,123).

#fcbd7b hex color red value is 252, green value is 189 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #fcbd7b hue: 0.09 , saturation: 0.96 and the lightness value of fcbd7b is 0.74.

The process color (four color CMYK) of #fcbd7b color hex is 0.00, 0.25, 0.51, 0.01. Web safe color of #fcbd7b is #ffcc66. Color #fcbd7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 01111011
Octal 374 275 173
Decimal 252 189 123
Hex FC BD 7B

RGB Percentages of Color #fcbd7b

%44.68
%33.51
%21.81

CMYK Percentages of Color #fcbd7b

%0
%25
%51
%1

Triadic Colors of #fcbd7b

#fcbd7b #7bfcbd #bd7bfc

Analogous Colors of #fcbd7b

#fcbd7b #fbfc7b #fc7d7b

Monochromatic Colors of #fcbd7b

#fcbd7b

Complementary Color

#fcbd7b #7bbafc

#fcbd7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd7b Color CSS Codes

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

#fcbd7b Text Font Color

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

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


#fcbd7b Background Color

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

This div background color is #fcbd7b


#fcbd7b Border Color

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

This div border color is #fcbd7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd7b

Related Colors


Comments

No comments written yet.

Please login to write comment.