color codes Logo

#fece1e color codes

#FECE1E
(254,206,30)
0 Favorites   0 Comments

Color spaces of #fece1e

RGB 25420630
HSL0.130.990.56
HSV47°88°100°
CMYK 0.000.190.88   0.00
XYZ63.178765.307210.5040
Yxy65.30720.45460.4699
Hunter Lab80.8129-1.873048.8625
CIE-Lab84.64182.561781.7938

#fece1e color RGB value is (254,206,30).

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

The process color (four color CMYK) of #fece1e color code is 0.00, 0.19, 0.88, 0.00. Web safe color of #fece1e is #ffcc33. Color #fece1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 00011110
Octal 376 316 36
Decimal 254 206 30
Hex FE CE 1E

RGB Percentages of Color #fece1e

%51.84
%42.04
%6.12

CMYK Percentages of Color #fece1e

%0
%19
%88
%0

Triadic Colors of #fece1e

#fece1e #1efece #ce1efe

Analogous Colors of #fece1e

#fece1e #befe1e #fe5e1e

Monochromatic Colors of #fece1e

#fece1e

Complementary Color

#fece1e #1e4efe

#fece1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece1e Color CSS Codes

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

#fece1e Text Font Color

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

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


#fece1e Background Color

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

This div background color is #fece1e


#fece1e Border Color

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

This div border color is #fece1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece1e

Related Colors


Comments

No comments written yet.

Please login to write comment.