Color Hex Logo

#fcd74c Color Hex

#FCD74C
(252,215,76)
0 Favorites   0 Comments

Color spaces of #fcd74c

RGB 25221576
HSL0.130.970.64
HSV47°70°99°
CMYK 0.000.150.70   0.01
XYZ65.749869.818116.8483
Yxy69.81810.43140.4581
Hunter Lab83.5572-5.766446.5349
CIE-Lab86.9076-1.363870.0538

#fcd74c color RGB value is (252,215,76).

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

The process color (four color CMYK) of #fcd74c color hex is 0.00, 0.15, 0.70, 0.01. Web safe color of #fcd74c is #ffcc33. Color #fcd74c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 01001100
Octal 374 327 114
Decimal 252 215 76
Hex FC D7 4C

RGB Percentages of Color #fcd74c

%46.41
%39.59
%14.00

CMYK Percentages of Color #fcd74c

%0
%15
%70
%1

Triadic Colors of #fcd74c

#fcd74c #4cfcd7 #d74cfc

Analogous Colors of #fcd74c

#fcd74c #c9fc4c #fc7f4c

Monochromatic Colors of #fcd74c

#fcd74c

Complementary Color

#fcd74c #4c71fc

#fcd74c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd74c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd74c Color CSS Codes

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

#fcd74c Text Font Color

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

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


#fcd74c Background Color

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

This div background color is #fcd74c


#fcd74c Border Color

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

This div border color is #fcd74c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd74c


Comments

No comments written yet.

Please login to write comment.