Color Hex Logo

#fce12c Color Hex

#FCE12C
(252,225,44)
0 Favorites   0 Comments

Color spaces of #fce12c

RGB 25222544
HSL0.150.970.58
HSV52°83°99°
CMYK 0.000.110.83   0.01
XYZ67.524774.727713.2478
Yxy74.72770.43420.4806
Hunter Lab86.4452-11.847851.4254
CIE-Lab89.2653-7.582682.3879

#fce12c color RGB value is (252,225,44).

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

The process color (four color CMYK) of #fce12c color hex is 0.00, 0.11, 0.83, 0.01. Web safe color of #fce12c is #ffcc33. Color #fce12c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 00101100
Octal 374 341 54
Decimal 252 225 44
Hex FC E1 2C

RGB Percentages of Color #fce12c

%48.37
%43.19
%8.45

CMYK Percentages of Color #fce12c

%0
%11
%83
%1

Triadic Colors of #fce12c

#fce12c #2cfce1 #e12cfc

Analogous Colors of #fce12c

#fce12c #affc2c #fc792c

Monochromatic Colors of #fce12c

#fce12c

Complementary Color

#fce12c #2c47fc

#fce12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce12c Color CSS Codes

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

#fce12c Text Font Color

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

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


#fce12c Background Color

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

This div background color is #fce12c


#fce12c Border Color

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

This div border color is #fce12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce12c


Comments

No comments written yet.

Please login to write comment.