Color Hex Logo

#fcd403 Color Hex

#FCD403
(252,212,3)
0 Favorites   0 Comments

Color spaces of #fcd403

RGB 2522123
HSL0.140.980.50
HSV50°99°99°
CMYK 0.000.160.99   0.01
XYZ63.704867.78909.8131
Yxy67.78900.45080.4797
Hunter Lab82.3341-5.972850.5673
CIE-Lab85.9008-1.657386.0215

#fcd403 color RGB value is (252,212,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010100 00000011
Octal 374 324 3
Decimal 252 212 3
Hex FC D4 3

RGB Percentages of Color #fcd403

%53.96
%45.40
%0.64

CMYK Percentages of Color #fcd403

%0
%16
%99
%1

Triadic Colors of #fcd403

#fcd403 #03fcd4 #d403fc

Analogous Colors of #fcd403

#fcd403 #a8fc03 #fc5703

Monochromatic Colors of #fcd403

#fcd403

Complementary Color

#fcd403 #032bfc

#fcd403 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd403 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd403 Color CSS Codes

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

#fcd403 Text Font Color

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

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


#fcd403 Background Color

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

This div background color is #fcd403


#fcd403 Border Color

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

This div border color is #fcd403


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd403


Comments

No comments written yet.

Please login to write comment.