Color Hex Logo

#fcbd7f Color Hex

#FCBD7F
(252,189,127)
0 Favorites   0 Comments

Color spaces of #fcbd7f

RGB 252189127
HSL0.080.950.74
HSV30°50°99°
CMYK 0.000.250.50   0.01
XYZ62.173258.622928.1171
Yxy58.62290.41750.3937
Hunter Lab76.565610.956731.8229
CIE-Lab81.083915.570240.0259

#fcbd7f color RGB value is (252,189,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 01111111
Octal 374 275 177
Decimal 252 189 127
Hex FC BD 7F

RGB Percentages of Color #fcbd7f

%44.37
%33.27
%22.36

CMYK Percentages of Color #fcbd7f

%0
%25
%50
%1

Triadic Colors of #fcbd7f

#fcbd7f #7ffcbd #bd7ffc

Analogous Colors of #fcbd7f

#fcbd7f #fcfc7f #fc7f80

Monochromatic Colors of #fcbd7f

#fcbd7f

Complementary Color

#fcbd7f #7fbefc

#fcbd7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd7f Color CSS Codes

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

#fcbd7f Text Font Color

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

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


#fcbd7f Background Color

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

This div background color is #fcbd7f


#fcbd7f Border Color

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

This div border color is #fcbd7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd7f


Comments

No comments written yet.

Please login to write comment.