Color Hex Logo

#fece2e Color Hex

#FECE2E
(254,206,46)
0 Favorites   0 Comments

Color spaces of #fece2e

RGB 25420646
HSL0.130.990.59
HSV46°82°100°
CMYK 0.000.190.82   0.00
XYZ63.437565.410711.8668
Yxy65.41070.45080.4648
Hunter Lab80.8769-1.524347.9144
CIE-Lab84.69492.927778.0787

#fece2e color RGB value is (254,206,46).

#fece2e hex color red value is 254, green value is 206 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fece2e hue: 0.13 , saturation: 0.99 and the lightness value of fece2e is 0.59.

The process color (four color CMYK) of #fece2e color hex is 0.00, 0.19, 0.82, 0.00. Web safe color of #fece2e is #ffcc33. Color #fece2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 00101110
Octal 376 316 56
Decimal 254 206 46
Hex FE CE 2E

RGB Percentages of Color #fece2e

%50.20
%40.71
%9.09

CMYK Percentages of Color #fece2e

%0
%19
%82
%0

Triadic Colors of #fece2e

#fece2e #2efece #ce2efe

Analogous Colors of #fece2e

#fece2e #c6fe2e #fe662e

Monochromatic Colors of #fece2e

#fece2e

Complementary Color

#fece2e #2e5efe

#fece2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece2e Color CSS Codes

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

#fece2e Text Font Color

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

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


#fece2e Background Color

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

This div background color is #fece2e


#fece2e Border Color

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

This div border color is #fece2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,206,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fece2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fece2e;
  -webkit-box-shadow: 1px 1px 3px 2px #fece2e;
  box-shadow:         1px 1px 3px 2px #fece2e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,206,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece2e


Comments

No comments written yet.

Please login to write comment.