Color Hex Logo

#fec44b Color Hex

#FEC44B
(254,196,75)
0 Favorites   0 Comments

Color spaces of #fec44b

RGB 25419675
HSL0.110.990.65
HSV41°70°100°
CMYK 0.000.230.70   0.00
XYZ61.883061.058715.1805
Yxy61.05870.44800.4421
Hunter Lab78.14014.617943.1796
CIE-Lab82.41039.176665.9666

#fec44b color RGB value is (254,196,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 01001011
Octal 376 304 113
Decimal 254 196 75
Hex FE C4 4B

RGB Percentages of Color #fec44b

%48.38
%37.33
%14.29

CMYK Percentages of Color #fec44b

%0
%23
%70
%0

Triadic Colors of #fec44b

#fec44b #4bfec4 #c44bfe

Analogous Colors of #fec44b

#fec44b #dffe4b #fe6b4b

Monochromatic Colors of #fec44b

#fec44b

Complementary Color

#fec44b #4b85fe

#fec44b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec44b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec44b Color CSS Codes

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

#fec44b Text Font Color

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

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


#fec44b Background Color

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

This div background color is #fec44b


#fec44b Border Color

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

This div border color is #fec44b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,196,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 #fec44b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec44b

Related Colors


Comments

No comments written yet.

Please login to write comment.