Color Hex Logo

#fcd402 Color Hex

#FCD402
(252,212,2)
0 Favorites   0 Comments

Color spaces of #fcd402

RGB 2522122
HSL0.140.980.50
HSV50°99°99°
CMYK 0.000.160.99   0.01
XYZ63.699367.78689.7843
Yxy67.78680.45090.4798
Hunter Lab82.3327-5.980250.5870
CIE-Lab85.8997-1.665286.1074

#fcd402 color RGB value is (252,212,2).

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

The process color (four color CMYK) of #fcd402 color hex is 0.00, 0.16, 0.99, 0.01. Web safe color of #fcd402 is #ffcc00. Color #fcd402 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010100 00000010
Octal 374 324 2
Decimal 252 212 2
Hex FC D4 2

RGB Percentages of Color #fcd402

%54.08
%45.49
%0.43

CMYK Percentages of Color #fcd402

%0
%16
%99
%1

Triadic Colors of #fcd402

#fcd402 #02fcd4 #d402fc

Analogous Colors of #fcd402

#fcd402 #a7fc02 #fc5702

Monochromatic Colors of #fcd402

#fcd402

Complementary Color

#fcd402 #022afc

#fcd402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd402 Color CSS Codes

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

#fcd402 Text Font Color

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

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


#fcd402 Background Color

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

This div background color is #fcd402


#fcd402 Border Color

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

This div border color is #fcd402


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd402


Comments

No comments written yet.

Please login to write comment.