Color Hex Logo

#fec450 Color Hex

#FEC450
(254,196,80)
0 Favorites   0 Comments

Color spaces of #fec450

RGB 25419680
HSL0.110.990.65
HSV40°69°100°
CMYK 0.000.230.69   0.00
XYZ62.060961.129916.1177
Yxy61.12990.44550.4388
Hunter Lab78.18564.862042.5075
CIE-Lab82.44859.426663.9408

#fec450 color RGB value is (254,196,80).

#fec450 hex color red value is 254, green value is 196 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #fec450 hue: 0.11 , saturation: 0.99 and the lightness value of fec450 is 0.65.

The process color (four color CMYK) of #fec450 color hex is 0.00, 0.23, 0.69, 0.00. Web safe color of #fec450 is #ffcc66. Color #fec450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 01010000
Octal 376 304 120
Decimal 254 196 80
Hex FE C4 50

RGB Percentages of Color #fec450

%47.92
%36.98
%15.09

CMYK Percentages of Color #fec450

%0
%23
%69
%0

Triadic Colors of #fec450

#fec450 #50fec4 #c450fe

Analogous Colors of #fec450

#fec450 #e1fe50 #fe6d50

Monochromatic Colors of #fec450

#fec450

Complementary Color

#fec450 #508afe

#fec450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec450 Color CSS Codes

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

#fec450 Text Font Color

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

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


#fec450 Background Color

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

This div background color is #fec450


#fec450 Border Color

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

This div border color is #fec450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec450


Comments

No comments written yet.

Please login to write comment.