Color Hex Logo

#fece5a Color Hex

#FECE5A
(254,206,90)
0 Favorites   0 Comments

Color spaces of #fece5a

RGB 25420690
HSL0.120.990.67
HSV42°65°100°
CMYK 0.000.190.65   0.00
XYZ64.789865.951618.9880
Yxy65.95160.43270.4405
Hunter Lab81.21060.288742.9847
CIE-Lab84.97174.817762.3506

#fece5a color RGB value is (254,206,90).

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

The process color (four color CMYK) of #fece5a color hex is 0.00, 0.19, 0.65, 0.00. Web safe color of #fece5a is #ffcc66. Color #fece5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 01011010
Octal 376 316 132
Decimal 254 206 90
Hex FE CE 5A

RGB Percentages of Color #fece5a

%46.18
%37.45
%16.36

CMYK Percentages of Color #fece5a

%0
%19
%65
%0

Triadic Colors of #fece5a

#fece5a #5afece #ce5afe

Analogous Colors of #fece5a

#fece5a #dcfe5a #fe7c5a

Monochromatic Colors of #fece5a

#fece5a

Complementary Color

#fece5a #5a8afe

#fece5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece5a Color CSS Codes

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

#fece5a Text Font Color

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

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


#fece5a Background Color

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

This div background color is #fece5a


#fece5a Border Color

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

This div border color is #fece5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece5a


Comments

No comments written yet.

Please login to write comment.