Color Hex Logo

#fcd601 Color Hex

#FCD601
(252,214,1)
0 Favorites   0 Comments

Color spaces of #fcd601

RGB 2522141
HSL0.140.990.50
HSV51°100°99°
CMYK 0.000.151.00   0.01
XYZ64.196968.79089.9231
Yxy68.79080.44920.4814
Hunter Lab82.9402-6.983950.9646
CIE-Lab86.4004-2.686686.5489

#fcd601 color RGB value is (252,214,1).

#fcd601 hex color red value is 252, green value is 214 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #fcd601 hue: 0.14 , saturation: 0.99 and the lightness value of fcd601 is 0.50.

The process color (four color CMYK) of #fcd601 color hex is 0.00, 0.15, 1.00, 0.01. Web safe color of #fcd601 is #ffcc00. Color #fcd601 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010110 00000001
Octal 374 326 1
Decimal 252 214 1
Hex FC D6 1

RGB Percentages of Color #fcd601

%53.96
%45.82
%0.21

CMYK Percentages of Color #fcd601

%0
%15
%100
%1

Triadic Colors of #fcd601

#fcd601 #01fcd6 #d601fc

Analogous Colors of #fcd601

#fcd601 #a5fc01 #fc5901

Monochromatic Colors of #fcd601

#fcd601

Complementary Color

#fcd601 #0127fc

#fcd601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd601 Color CSS Codes

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

#fcd601 Text Font Color

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

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


#fcd601 Background Color

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

This div background color is #fcd601


#fcd601 Border Color

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

This div border color is #fcd601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd601


Comments

No comments written yet.

Please login to write comment.