Color Hex Logo

#fce842 Color Hex

#FCE842
(252,232,66)
0 Favorites   0 Comments

Color spaces of #fce842

RGB 25223266
HSL0.150.970.62
HSV54°74°99°
CMYK 0.000.080.74   0.01
XYZ69.984978.802016.6760
Yxy78.80200.42300.4763
Hunter Lab88.7705-14.622551.0014
CIE-Lab91.1446-10.329477.7263

#fce842 color RGB value is (252,232,66).

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

The process color (four color CMYK) of #fce842 color hex is 0.00, 0.08, 0.74, 0.01. Web safe color of #fce842 is #ffff33. Color #fce842 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101000 01000010
Octal 374 350 102
Decimal 252 232 66
Hex FC E8 42

RGB Percentages of Color #fce842

%45.82
%42.18
%12.00

CMYK Percentages of Color #fce842

%0
%8
%74
%1

Triadic Colors of #fce842

#fce842 #42fce8 #e842fc

Analogous Colors of #fce842

#fce842 #b3fc42 #fc8b42

Monochromatic Colors of #fce842

#fce842

Complementary Color

#fce842 #4256fc

#fce842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce842 Color CSS Codes

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

#fce842 Text Font Color

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

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


#fce842 Background Color

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

This div background color is #fce842


#fce842 Border Color

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

This div border color is #fce842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce842

Related Colors


Comments

No comments written yet.

Please login to write comment.