Color Hex Logo

#fcb67f Color Hex

#FCB67F
(252,182,127)
0 Favorites   0 Comments

Color spaces of #fcb67f

RGB 252182127
HSL0.070.950.74
HSV26°50°99°
CMYK 0.000.280.50   0.01
XYZ60.703655.683727.6273
Yxy55.68370.42150.3867
Hunter Lab74.621514.619730.2840
CIE-Lab79.433519.237037.9242

#fcb67f color RGB value is (252,182,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 01111111
Octal 374 266 177
Decimal 252 182 127
Hex FC B6 7F

RGB Percentages of Color #fcb67f

%44.92
%32.44
%22.64

CMYK Percentages of Color #fcb67f

%0
%28
%50
%1

Triadic Colors of #fcb67f

#fcb67f #7ffcb6 #b67ffc

Analogous Colors of #fcb67f

#fcb67f #fcf57f #fc7f87

Monochromatic Colors of #fcb67f

#fcb67f

Complementary Color

#fcb67f #7fc5fc

#fcb67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb67f Color CSS Codes

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

#fcb67f Text Font Color

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

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


#fcb67f Background Color

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

This div background color is #fcb67f


#fcb67f Border Color

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

This div border color is #fcb67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb67f


Comments

No comments written yet.

Please login to write comment.