Color Hex Logo

#fcd22e Color Hex

#FCD22E
(252,210,46)
0 Favorites   0 Comments

Color spaces of #fcd22e

RGB 25221046
HSL0.130.970.58
HSV48°82°99°
CMYK 0.000.170.82   0.01
XYZ63.684666.985912.1578
Yxy66.98590.44590.4690
Hunter Lab81.8449-4.335448.4841
CIE-Lab85.49680.037878.6867

#fcd22e color RGB value is (252,210,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010010 00101110
Octal 374 322 56
Decimal 252 210 46
Hex FC D2 2E

RGB Percentages of Color #fcd22e

%49.61
%41.34
%9.06

CMYK Percentages of Color #fcd22e

%0
%17
%82
%1

Triadic Colors of #fcd22e

#fcd22e #2efcd2 #d22efc

Analogous Colors of #fcd22e

#fcd22e #bffc2e #fc6b2e

Monochromatic Colors of #fcd22e

#fcd22e

Complementary Color

#fcd22e #2e58fc

#fcd22e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd22e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd22e Color CSS Codes

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

#fcd22e Text Font Color

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

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


#fcd22e Background Color

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

This div background color is #fcd22e


#fcd22e Border Color

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

This div border color is #fcd22e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,210,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 #fcd22e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd22e


Comments

No comments written yet.

Please login to write comment.