Color Hex Logo

#fcd76f Color Hex

#FCD76F
(252,215,111)
0 Favorites   0 Comments

Color spaces of #fcd76f

RGB 252215111
HSL0.120.960.71
HSV44°56°99°
CMYK 0.000.150.56   0.01
XYZ67.314670.444025.0881
Yxy70.44400.41340.4326
Hunter Lab83.9309-3.717941.0291
CIE-Lab87.21420.795255.3436

#fcd76f color RGB value is (252,215,111).

#fcd76f hex color red value is 252, green value is 215 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fcd76f hue: 0.12 , saturation: 0.96 and the lightness value of fcd76f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 01101111
Octal 374 327 157
Decimal 252 215 111
Hex FC D7 6F

RGB Percentages of Color #fcd76f

%43.60
%37.20
%19.20

CMYK Percentages of Color #fcd76f

%0
%15
%56
%1

Triadic Colors of #fcd76f

#fcd76f #6ffcd7 #d76ffc

Analogous Colors of #fcd76f

#fcd76f #dbfc6f #fc916f

Monochromatic Colors of #fcd76f

#fcd76f

Complementary Color

#fcd76f #6f94fc

#fcd76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd76f Color CSS Codes

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

#fcd76f Text Font Color

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

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


#fcd76f Background Color

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

This div background color is #fcd76f


#fcd76f Border Color

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

This div border color is #fcd76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd76f

Related Colors


Comments

No comments written yet.

Please login to write comment.