Color Hex Logo

#fcb67e Color Hex

#FCB67E
(252,182,126)
0 Favorites   0 Comments

Color spaces of #fcb67e

RGB 252182126
HSL0.070.950.74
HSV27°50°99°
CMYK 0.000.280.50   0.01
XYZ60.638755.657727.2857
Yxy55.65770.42230.3876
Hunter Lab74.604114.528830.5381
CIE-Lab79.418619.147538.4226

#fcb67e color RGB value is (252,182,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 01111110
Octal 374 266 176
Decimal 252 182 126
Hex FC B6 7E

RGB Percentages of Color #fcb67e

%45.00
%32.50
%22.50

CMYK Percentages of Color #fcb67e

%0
%28
%50
%1

Triadic Colors of #fcb67e

#fcb67e #7efcb6 #b67efc

Analogous Colors of #fcb67e

#fcb67e #fcf57e #fc7e85

Monochromatic Colors of #fcb67e

#fcb67e

Complementary Color

#fcb67e #7ec4fc

#fcb67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb67e Color CSS Codes

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

#fcb67e Text Font Color

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

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


#fcb67e Background Color

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

This div background color is #fcb67e


#fcb67e Border Color

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

This div border color is #fcb67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb67e


Comments

No comments written yet.

Please login to write comment.