Color Hex Logo

#fdc556 Color Hex

#FDC556
(253,197,86)
0 Favorites   0 Comments

Color spaces of #fdc556

RGB 25319786
HSL0.110.980.66
HSV40°66°99°
CMYK 0.000.220.66   0.01
XYZ62.154061.487017.3964
Yxy61.48700.44070.4360
Hunter Lab78.41364.262841.7358
CIE-Lab82.63998.818761.5437

#fdc556 color RGB value is (253,197,86).

#fdc556 hex color red value is 253, green value is 197 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #fdc556 hue: 0.11 , saturation: 0.98 and the lightness value of fdc556 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000101 01010110
Octal 375 305 126
Decimal 253 197 86
Hex FD C5 56

RGB Percentages of Color #fdc556

%47.20
%36.75
%16.04

CMYK Percentages of Color #fdc556

%0
%22
%66
%1

Triadic Colors of #fdc556

#fdc556 #56fdc5 #c556fd

Analogous Colors of #fdc556

#fdc556 #e2fd56 #fd7256

Monochromatic Colors of #fdc556

#fdc556

Complementary Color

#fdc556 #568efd

#fdc556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc556 Color CSS Codes

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

#fdc556 Text Font Color

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

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


#fdc556 Background Color

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

This div background color is #fdc556


#fdc556 Border Color

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

This div border color is #fdc556


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,197,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 #fdc556">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc556


Comments

No comments written yet.

Please login to write comment.