Color Hex Logo

#fce13e Color Hex

#FCE13E
(252,225,62)
0 Favorites   0 Comments

Color spaces of #fce13e

RGB 25222562
HSL0.140.970.62
HSV51°75°99°
CMYK 0.000.110.75   0.01
XYZ67.939674.893715.4326
Yxy74.89370.42930.4732
Hunter Lab86.5411-11.314650.0058
CIE-Lab89.3432-7.006477.3489

#fce13e color RGB value is (252,225,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 00111110
Octal 374 341 76
Decimal 252 225 62
Hex FC E1 3E

RGB Percentages of Color #fce13e

%46.75
%41.74
%11.50

CMYK Percentages of Color #fce13e

%0
%11
%75
%1

Triadic Colors of #fce13e

#fce13e #3efce1 #e13efc

Analogous Colors of #fce13e

#fce13e #b8fc3e #fc823e

Monochromatic Colors of #fce13e

#fce13e

Complementary Color

#fce13e #3e59fc

#fce13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce13e Color CSS Codes

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

#fce13e Text Font Color

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

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


#fce13e Background Color

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

This div background color is #fce13e


#fce13e Border Color

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

This div border color is #fce13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce13e


Comments

No comments written yet.

Please login to write comment.