color codes Logo

#fce63f color codes

#FCE63F
(252,230,63)
0 Favorites   0 Comments

Color spaces of #fce63f

RGB 25223063
HSL0.150.970.62
HSV53°75°99°
CMYK 0.000.090.75   0.01
XYZ69.338977.648016.0356
Yxy77.64800.42530.4763
Hunter Lab88.1181-13.747550.8932
CIE-Lab90.6190-9.457478.2078

#fce63f color RGB value is (252,230,63).

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

The process color (four color CMYK) of #fce63f color code is 0.00, 0.09, 0.75, 0.01. Web safe color of #fce63f is #ffff33. Color #fce63f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100110 00111111
Octal 374 346 77
Decimal 252 230 63
Hex FC E6 3F

RGB Percentages of Color #fce63f

%46.24
%42.20
%11.56

CMYK Percentages of Color #fce63f

%0
%9
%75
%1

Triadic Colors of #fce63f

#fce63f #3ffce6 #e63ffc

Analogous Colors of #fce63f

#fce63f #b4fc3f #fc883f

Monochromatic Colors of #fce63f

#fce63f

Complementary Color

#fce63f #3f55fc

#fce63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce63f Color CSS Codes

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

#fce63f Text Font Color

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

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


#fce63f Background Color

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

This div background color is #fce63f


#fce63f Border Color

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

This div border color is #fce63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce63f


Comments

No comments written yet.

Please login to write comment.