Color Hex Logo

#fcbf7b Color Hex

#FCBF7B
(252,191,123)
0 Favorites   0 Comments

Color spaces of #fcbf7b

RGB 252191123
HSL0.090.960.74
HSV32°51°99°
CMYK 0.000.240.51   0.01
XYZ62.350859.387126.9155
Yxy59.38710.41940.3995
Hunter Lab77.06309.562033.2361
CIE-Lab81.503914.172642.5908

#fcbf7b color RGB value is (252,191,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 01111011
Octal 374 277 173
Decimal 252 191 123
Hex FC BF 7B

RGB Percentages of Color #fcbf7b

%44.52
%33.75
%21.73

CMYK Percentages of Color #fcbf7b

%0
%24
%51
%1

Triadic Colors of #fcbf7b

#fcbf7b #7bfcbf #bf7bfc

Analogous Colors of #fcbf7b

#fcbf7b #f9fc7b #fc7f7b

Monochromatic Colors of #fcbf7b

#fcbf7b

Complementary Color

#fcbf7b #7bb8fc

#fcbf7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbf7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbf7b Color CSS Codes

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

#fcbf7b Text Font Color

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

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


#fcbf7b Background Color

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

This div background color is #fcbf7b


#fcbf7b Border Color

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

This div border color is #fcbf7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbf7b


Comments

No comments written yet.

Please login to write comment.