color codes Logo

#fcd70c color codes

#FCD70C
(252,215,12)
0 Favorites   0 Comments

Color spaces of #fcd70c

RGB 25221512
HSL0.140.980.52
HSV51°95°99°
CMYK 0.000.150.95   0.01
XYZ64.511769.322910.3283
Yxy69.32290.44750.4809
Hunter Lab83.2604-7.400550.9274
CIE-Lab86.6637-3.105885.7942

#fcd70c color RGB value is (252,215,12).

#fcd70c hex color red value is 252, green value is 215 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #fcd70c hue: 0.14 , saturation: 0.98 and the lightness value of fcd70c is 0.52.

The process color (four color CMYK) of #fcd70c color code is 0.00, 0.15, 0.95, 0.01. Web safe color of #fcd70c is #ffcc00. Color #fcd70c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 00001100
Octal 374 327 14
Decimal 252 215 12
Hex FC D7 C

RGB Percentages of Color #fcd70c

%52.61
%44.89
%2.51

CMYK Percentages of Color #fcd70c

%0
%15
%95
%1

Triadic Colors of #fcd70c

#fcd70c #0cfcd7 #d70cfc

Analogous Colors of #fcd70c

#fcd70c #a9fc0c #fc5f0c

Monochromatic Colors of #fcd70c

#fcd70c

Complementary Color

#fcd70c #0c31fc

#fcd70c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd70c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd70c Color CSS Codes

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

#fcd70c Text Font Color

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

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


#fcd70c Background Color

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

This div background color is #fcd70c


#fcd70c Border Color

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

This div border color is #fcd70c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd70c

Related Colors


Comments

No comments written yet.

Please login to write comment.