Color Hex Logo

#fce142 Color Hex

#FCE142
(252,225,66)
0 Favorites   0 Comments

Color spaces of #fce142

RGB 25222566
HSL0.140.970.62
HSV51°74°99°
CMYK 0.000.110.74   0.01
XYZ68.053574.939216.0322
Yxy74.93920.42790.4712
Hunter Lab86.5674-11.168349.6168
CIE-Lab89.3645-6.848676.0523

#fce142 color RGB value is (252,225,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 01000010
Octal 374 341 102
Decimal 252 225 66
Hex FC E1 42

RGB Percentages of Color #fce142

%46.41
%41.44
%12.15

CMYK Percentages of Color #fce142

%0
%11
%74
%1

Triadic Colors of #fce142

#fce142 #42fce1 #e142fc

Analogous Colors of #fce142

#fce142 #bafc42 #fc8442

Monochromatic Colors of #fce142

#fce142

Complementary Color

#fce142 #425dfc

#fce142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce142 Color CSS Codes

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

#fce142 Text Font Color

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

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


#fce142 Background Color

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

This div background color is #fce142


#fce142 Border Color

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

This div border color is #fce142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce142

Related Colors


Comments

No comments written yet.

Please login to write comment.