Color Hex Logo

#fece14 Color Hex

#FECE14
(254,206,20)
0 Favorites   0 Comments

Color spaces of #fece14

RGB 25420620
HSL0.130.990.54
HSV48°92°100°
CMYK 0.000.190.92   0.00
XYZ63.070665.26409.9348
Yxy65.26400.45610.4720
Hunter Lab80.7861-2.018949.2590
CIE-Lab84.61962.408483.4433

#fece14 color RGB value is (254,206,20).

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

The process color (four color CMYK) of #fece14 color hex is 0.00, 0.19, 0.92, 0.00. Web safe color of #fece14 is #ffcc00. Color #fece14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 00010100
Octal 376 316 24
Decimal 254 206 20
Hex FE CE 14

RGB Percentages of Color #fece14

%52.92
%42.92
%4.17

CMYK Percentages of Color #fece14

%0
%19
%92
%0

Triadic Colors of #fece14

#fece14 #14fece #ce14fe

Analogous Colors of #fece14

#fece14 #b9fe14 #fe5914

Monochromatic Colors of #fece14

#fece14

Complementary Color

#fece14 #1444fe

#fece14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece14 Color CSS Codes

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

#fece14 Text Font Color

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

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


#fece14 Background Color

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

This div background color is #fece14


#fece14 Border Color

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

This div border color is #fece14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece14


Comments

No comments written yet.

Please login to write comment.