Color Hex Logo

#fece00 Color Hex

#FECE00
(254,206,0)
1 Favorites   0 Comments

Color spaces of #fece00

RGB 2542060
HSL0.141.000.50
HSV49°100°100°
CMYK 0.000.191.00   0.00
XYZ62.944465.21349.2699
Yxy65.21340.45800.4745
Hunter Lab80.7548-2.189049.7224
CIE-Lab84.59362.229485.4536

#fece00 color RGB value is (254,206,0).

#fece00 hex color red value is 254, green value is 206 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fece00 hue: 0.14 , saturation: 1.00 and the lightness value of fece00 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 00000000
Octal 376 316 0
Decimal 254 206 0
Hex FE CE 0

RGB Percentages of Color #fece00

%55.22
%44.78
%0.00

CMYK Percentages of Color #fece00

%0
%19
%100
%0

Triadic Colors of #fece00

#fece00 #00fece #ce00fe

Analogous Colors of #fece00

#fece00 #affe00 #fe4f00

Monochromatic Colors of #fece00

#fece00

Complementary Color

#fece00 #0030fe

#fece00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece00 Color CSS Codes

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

#fece00 Text Font Color

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

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


#fece00 Background Color

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

This div background color is #fece00


#fece00 Border Color

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

This div border color is #fece00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece00

Related Colors

#fece00 Color Palettes


Comments

No comments written yet.

Please login to write comment.