Color Hex Logo

#fcb327 Color Hex

#FCB327
(252,179,39)
0 Favorites   0 Comments

Color spaces of #fcb327

RGB 25217939
HSL0.110.970.57
HSV39°85°99°
CMYK 0.000.290.85   0.01
XYZ56.631253.08219.1805
Yxy53.08210.47630.4465
Hunter Lab72.857511.245343.5293
CIE-Lab77.923415.893074.2371

#fcb327 color RGB value is (252,179,39).

#fcb327 hex color red value is 252, green value is 179 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #fcb327 hue: 0.11 , saturation: 0.97 and the lightness value of fcb327 is 0.57.

The process color (four color CMYK) of #fcb327 color hex is 0.00, 0.29, 0.85, 0.01. Web safe color of #fcb327 is #ffcc33. Color #fcb327 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 00100111
Octal 374 263 47
Decimal 252 179 39
Hex FC B3 27

RGB Percentages of Color #fcb327

%53.62
%38.09
%8.30

CMYK Percentages of Color #fcb327

%0
%29
%85
%1

Triadic Colors of #fcb327

#fcb327 #27fcb3 #b327fc

Analogous Colors of #fcb327

#fcb327 #dbfc27 #fc4827

Monochromatic Colors of #fcb327

#fcb327

Complementary Color

#fcb327 #2770fc

#fcb327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb327 Color CSS Codes

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

#fcb327 Text Font Color

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

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


#fcb327 Background Color

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

This div background color is #fcb327


#fcb327 Border Color

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

This div border color is #fcb327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb327


Comments

No comments written yet.

Please login to write comment.