Color Hex Logo

#fcb876 Color Hex

#FCB876
(252,184,118)
0 Favorites   0 Comments

Color spaces of #fcb876

RGB 252184118
HSL0.080.960.73
HSV30°53°99°
CMYK 0.000.270.53   0.01
XYZ60.555456.284424.8119
Yxy56.28440.42750.3973
Hunter Lab75.022912.787732.9074
CIE-Lab79.775417.412442.9697

#fcb876 color RGB value is (252,184,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 01110110
Octal 374 270 166
Decimal 252 184 118
Hex FC B8 76

RGB Percentages of Color #fcb876

%45.49
%33.21
%21.30

CMYK Percentages of Color #fcb876

%0
%27
%53
%1

Triadic Colors of #fcb876

#fcb876 #76fcb8 #b876fc

Analogous Colors of #fcb876

#fcb876 #fcfb76 #fc7677

Monochromatic Colors of #fcb876

#fcb876

Complementary Color

#fcb876 #76bafc

#fcb876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb876 Color CSS Codes

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

#fcb876 Text Font Color

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

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


#fcb876 Background Color

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

This div background color is #fcb876


#fcb876 Border Color

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

This div border color is #fcb876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb876


Comments

No comments written yet.

Please login to write comment.