Color Hex Logo

#fce500 Color Hex

#FCE500
(252,229,0)
0 Favorites   0 Comments

Color spaces of #fce500

RGB 2522290
HSL0.151.000.49
HSV55°100°99°
CMYK 0.000.091.00   0.01
XYZ68.164276.734111.2185
Yxy76.73410.43660.4915
Hunter Lab87.5980-14.397153.7255
CIE-Lab90.1991-10.203689.3410

#fce500 color RGB value is (252,229,0).

#fce500 hex color red value is 252, green value is 229 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fce500 hue: 0.15 , saturation: 1.00 and the lightness value of fce500 is 0.49.

The process color (four color CMYK) of #fce500 color hex is 0.00, 0.09, 1.00, 0.01. Web safe color of #fce500 is #ffcc00. Color #fce500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100101 00000000
Octal 374 345 0
Decimal 252 229 0
Hex FC E5 0

RGB Percentages of Color #fce500

%52.39
%47.61
%0.00

CMYK Percentages of Color #fce500

%0
%9
%100
%1

Triadic Colors of #fce500

#fce500 #00fce5 #e500fc

Analogous Colors of #fce500

#fce500 #95fc00 #fc6700

Monochromatic Colors of #fce500

#fce500

Complementary Color

#fce500 #0017fc

#fce500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce500 Color CSS Codes

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

#fce500 Text Font Color

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

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


#fce500 Background Color

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

This div background color is #fce500


#fce500 Border Color

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

This div border color is #fce500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce500


Comments

No comments written yet.

Please login to write comment.