Color Hex Logo

#fdc76f Color Hex

#FDC76F
(253,199,111)
0 Favorites   0 Comments

Color spaces of #fdc76f

RGB 253199111
HSL0.100.970.71
HSV37°56°99°
CMYK 0.000.210.56   0.01
XYZ63.800762.877223.8128
Yxy62.87720.42400.4178
Hunter Lab79.29514.854237.7015
CIE-Lab83.37779.437650.8428

#fdc76f color RGB value is (253,199,111).

#fdc76f hex color red value is 253, green value is 199 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fdc76f hue: 0.10 , saturation: 0.97 and the lightness value of fdc76f is 0.71.

The process color (four color CMYK) of #fdc76f color hex is 0.00, 0.21, 0.56, 0.01. Web safe color of #fdc76f is #ffcc66. Color #fdc76f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000111 01101111
Octal 375 307 157
Decimal 253 199 111
Hex FD C7 6F

RGB Percentages of Color #fdc76f

%44.94
%35.35
%19.72

CMYK Percentages of Color #fdc76f

%0
%21
%56
%1

Triadic Colors of #fdc76f

#fdc76f #6ffdc7 #c76ffd

Analogous Colors of #fdc76f

#fdc76f #ecfd6f #fd806f

Monochromatic Colors of #fdc76f

#fdc76f

Complementary Color

#fdc76f #6fa5fd

#fdc76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc76f Color CSS Codes

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

#fdc76f Text Font Color

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

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


#fdc76f Background Color

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

This div background color is #fdc76f


#fdc76f Border Color

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

This div border color is #fdc76f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,199,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc76f


Comments

No comments written yet.

Please login to write comment.