Color Hex Logo

#fcec3f Color Hex

#FCEC3F
(252,236,63)
0 Favorites   0 Comments

Color spaces of #fcec3f

RGB 25223663
HSL0.150.970.62
HSV55°75°99°
CMYK 0.000.060.75   0.01
XYZ71.037581.045216.6018
Yxy81.04520.42110.4805
Hunter Lab90.0251-16.692252.0837
CIE-Lab92.1518-12.418379.6218

#fcec3f color RGB value is (252,236,63).

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

The process color (four color CMYK) of #fcec3f color hex is 0.00, 0.06, 0.75, 0.01. Web safe color of #fcec3f is #ffff33. Color #fcec3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101100 00111111
Octal 374 354 77
Decimal 252 236 63
Hex FC EC 3F

RGB Percentages of Color #fcec3f

%45.74
%42.83
%11.43

CMYK Percentages of Color #fcec3f

%0
%6
%75
%1

Triadic Colors of #fcec3f

#fcec3f #3ffcec #ec3ffc

Analogous Colors of #fcec3f

#fcec3f #aefc3f #fc8e3f

Monochromatic Colors of #fcec3f

#fcec3f

Complementary Color

#fcec3f #3f4ffc

#fcec3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcec3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcec3f Color CSS Codes

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

#fcec3f Text Font Color

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

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


#fcec3f Background Color

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

This div background color is #fcec3f


#fcec3f Border Color

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

This div border color is #fcec3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcec3f

Related Colors


Comments

No comments written yet.

Please login to write comment.