Color Hex Logo

#fec54b Color Hex

#FEC54B
(254,197,75)
0 Favorites   0 Comments

Color spaces of #fec54b

RGB 25419775
HSL0.110.990.65
HSV41°70°100°
CMYK 0.000.220.70   0.00
XYZ62.109361.511315.2560
Yxy61.51130.44720.4429
Hunter Lab78.42914.106043.3673
CIE-Lab82.65288.658766.2131

#fec54b color RGB value is (254,197,75).

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

The process color (four color CMYK) of #fec54b color hex is 0.00, 0.22, 0.70, 0.00. Web safe color of #fec54b is #ffcc33. Color #fec54b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 01001011
Octal 376 305 113
Decimal 254 197 75
Hex FE C5 4B

RGB Percentages of Color #fec54b

%48.29
%37.45
%14.26

CMYK Percentages of Color #fec54b

%0
%22
%70
%0

Triadic Colors of #fec54b

#fec54b #4bfec5 #c54bfe

Analogous Colors of #fec54b

#fec54b #defe4b #fe6c4b

Monochromatic Colors of #fec54b

#fec54b

Complementary Color

#fec54b #4b84fe

#fec54b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec54b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec54b Color CSS Codes

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

#fec54b Text Font Color

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

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


#fec54b Background Color

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

This div background color is #fec54b


#fec54b Border Color

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

This div border color is #fec54b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec54b

Related Colors


Comments

No comments written yet.

Please login to write comment.