Color Hex Logo

#fcd456 Color Hex

#FCD456
(252,212,86)
0 Favorites   0 Comments

Color spaces of #fcd456

RGB 25221286
HSL0.130.970.66
HSV46°66°99°
CMYK 0.000.160.66   0.01
XYZ65.368168.454318.5718
Yxy68.45430.42890.4492
Hunter Lab82.7371-3.762544.6073
CIE-Lab86.23310.686065.3479

#fcd456 color RGB value is (252,212,86).

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

The process color (four color CMYK) of #fcd456 color hex is 0.00, 0.16, 0.66, 0.01. Web safe color of #fcd456 is #ffcc66. Color #fcd456 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010100 01010110
Octal 374 324 126
Decimal 252 212 86
Hex FC D4 56

RGB Percentages of Color #fcd456

%45.82
%38.55
%15.64

CMYK Percentages of Color #fcd456

%0
%16
%66
%1

Triadic Colors of #fcd456

#fcd456 #56fcd4 #d456fc

Analogous Colors of #fcd456

#fcd456 #d1fc56 #fc8156

Monochromatic Colors of #fcd456

#fcd456

Complementary Color

#fcd456 #567efc

#fcd456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd456 Color CSS Codes

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

#fcd456 Text Font Color

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

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


#fcd456 Background Color

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

This div background color is #fcd456


#fcd456 Border Color

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

This div border color is #fcd456


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd456


Comments

No comments written yet.

Please login to write comment.