Color Hex Logo

#fcb879 Color Hex

#FCB879
(252,184,121)
0 Favorites   0 Comments

Color spaces of #fcb879

RGB 252184121
HSL0.080.960.73
HSV29°52°99°
CMYK 0.000.270.52   0.01
XYZ60.736656.356925.7660
Yxy56.35690.42510.3945
Hunter Lab75.071213.041332.2003
CIE-Lab79.816517.663941.4944

#fcb879 color RGB value is (252,184,121).

#fcb879 hex color red value is 252, green value is 184 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #fcb879 hue: 0.08 , saturation: 0.96 and the lightness value of fcb879 is 0.73.

The process color (four color CMYK) of #fcb879 color hex is 0.00, 0.27, 0.52, 0.01. Web safe color of #fcb879 is #ffcc66. Color #fcb879 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 01111001
Octal 374 270 171
Decimal 252 184 121
Hex FC B8 79

RGB Percentages of Color #fcb879

%45.24
%33.03
%21.72

CMYK Percentages of Color #fcb879

%0
%27
%52
%1

Triadic Colors of #fcb879

#fcb879 #79fcb8 #b879fc

Analogous Colors of #fcb879

#fcb879 #fcfa79 #fc797c

Monochromatic Colors of #fcb879

#fcb879

Complementary Color

#fcb879 #79bdfc

#fcb879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb879 Color CSS Codes

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

#fcb879 Text Font Color

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

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


#fcb879 Background Color

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

This div background color is #fcb879


#fcb879 Border Color

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

This div border color is #fcb879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb879


Comments

No comments written yet.

Please login to write comment.