Color Hex Logo

#fce040 Color Hex

#FCE040
(252,224,64)
0 Favorites   0 Comments

Color spaces of #fce040

RGB 25222464
HSL0.140.970.62
HSV51°75°99°
CMYK 0.000.110.75   0.01
XYZ67.726074.376915.6371
Yxy74.37690.42940.4715
Hunter Lab86.2420-10.747349.6192
CIE-Lab89.1003-6.428676.4716

#fce040 color RGB value is (252,224,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100000 01000000
Octal 374 340 100
Decimal 252 224 64
Hex FC E0 40

RGB Percentages of Color #fce040

%46.67
%41.48
%11.85

CMYK Percentages of Color #fce040

%0
%11
%75
%1

Triadic Colors of #fce040

#fce040 #40fce0 #e040fc

Analogous Colors of #fce040

#fce040 #bafc40 #fc8240

Monochromatic Colors of #fce040

#fce040

Complementary Color

#fce040 #405cfc

#fce040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce040 Color CSS Codes

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

#fce040 Text Font Color

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

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


#fce040 Background Color

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

This div background color is #fce040


#fce040 Border Color

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

This div border color is #fce040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce040

Related Colors


Comments

No comments written yet.

Please login to write comment.