Color Hex Logo

#fcdc2e Color Hex

#FCDC2E
(252,220,46)
0 Favorites   0 Comments

Color spaces of #fcdc2e

RGB 25222046
HSL0.140.970.58
HSV51°82°99°
CMYK 0.000.130.82   0.01
XYZ66.231272.079113.0067
Yxy72.07910.43770.4763
Hunter Lab84.8994-9.323750.3463
CIE-Lab88.0066-5.024680.8227

#fcdc2e color RGB value is (252,220,46).

#fcdc2e hex color red value is 252, green value is 220 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fcdc2e hue: 0.14 , saturation: 0.97 and the lightness value of fcdc2e is 0.58.

The process color (four color CMYK) of #fcdc2e color hex is 0.00, 0.13, 0.82, 0.01. Web safe color of #fcdc2e is #ffcc33. Color #fcdc2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 00101110
Octal 374 334 56
Decimal 252 220 46
Hex FC DC 2E

RGB Percentages of Color #fcdc2e

%48.65
%42.47
%8.88

CMYK Percentages of Color #fcdc2e

%0
%13
%82
%1

Triadic Colors of #fcdc2e

#fcdc2e #2efcdc #dc2efc

Analogous Colors of #fcdc2e

#fcdc2e #b5fc2e #fc752e

Monochromatic Colors of #fcdc2e

#fcdc2e

Complementary Color

#fcdc2e #2e4efc

#fcdc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdc2e Color CSS Codes

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

#fcdc2e Text Font Color

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

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


#fcdc2e Background Color

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

This div background color is #fcdc2e


#fcdc2e Border Color

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

This div border color is #fcdc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdc2e

Related Colors


Comments

No comments written yet.

Please login to write comment.