Color Hex Logo

#fcd846 Color Hex

#FCD846
(252,216,70)
0 Favorites   0 Comments

Color spaces of #fcd846

RGB 25221670
HSL0.130.970.63
HSV48°72°99°
CMYK 0.000.140.72   0.01
XYZ65.806270.249415.8855
Yxy70.24940.43310.4623
Hunter Lab83.8149-6.529147.4332
CIE-Lab87.1190-2.148972.5039

#fcd846 color RGB value is (252,216,70).

#fcd846 hex color red value is 252, green value is 216 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #fcd846 hue: 0.13 , saturation: 0.97 and the lightness value of fcd846 is 0.63.

The process color (four color CMYK) of #fcd846 color hex is 0.00, 0.14, 0.72, 0.01. Web safe color of #fcd846 is #ffcc33. Color #fcd846 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011000 01000110
Octal 374 330 106
Decimal 252 216 70
Hex FC D8 46

RGB Percentages of Color #fcd846

%46.84
%40.15
%13.01

CMYK Percentages of Color #fcd846

%0
%14
%72
%1

Triadic Colors of #fcd846

#fcd846 #46fcd8 #d846fc

Analogous Colors of #fcd846

#fcd846 #c5fc46 #fc7d46

Monochromatic Colors of #fcd846

#fcd846

Complementary Color

#fcd846 #466afc

#fcd846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd846 Color CSS Codes

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

#fcd846 Text Font Color

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

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


#fcd846 Background Color

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

This div background color is #fcd846


#fcd846 Border Color

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

This div border color is #fcd846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd846


Comments

No comments written yet.

Please login to write comment.