Color Hex Logo

#fcb854 Color Hex

#FCB854
(252,184,84)
0 Favorites   0 Comments

Color spaces of #fcb854

RGB 25218484
HSL0.100.970.66
HSV36°67°99°
CMYK 0.000.270.67   0.01
XYZ58.885655.616516.0190
Yxy55.61650.45120.4261
Hunter Lab74.576510.434839.4681
CIE-Lab79.395115.060358.8926

#fcb854 color RGB value is (252,184,84).

#fcb854 hex color red value is 252, green value is 184 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #fcb854 hue: 0.10 , saturation: 0.97 and the lightness value of fcb854 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 01010100
Octal 374 270 124
Decimal 252 184 84
Hex FC B8 54

RGB Percentages of Color #fcb854

%48.46
%35.38
%16.15

CMYK Percentages of Color #fcb854

%0
%27
%67
%1

Triadic Colors of #fcb854

#fcb854 #54fcb8 #b854fc

Analogous Colors of #fcb854

#fcb854 #ecfc54 #fc6454

Monochromatic Colors of #fcb854

#fcb854

Complementary Color

#fcb854 #5498fc

#fcb854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb854 Color CSS Codes

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

#fcb854 Text Font Color

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

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


#fcb854 Background Color

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

This div background color is #fcb854


#fcb854 Border Color

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

This div border color is #fcb854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb854


Comments

No comments written yet.

Please login to write comment.