Color Hex Logo

#feeb74 Color Hex

#FEEB74
(254,235,116)
0 Favorites   0 Comments

Color spaces of #feeb74

RGB 254235116
HSL0.140.990.73
HSV52°54°100°
CMYK 0.000.070.54   0.00
XYZ73.733881.748428.4158
Yxy81.74840.40090.4445
Hunter Lab90.4148-12.658244.6566
CIE-Lab92.4637-8.092959.1968

#feeb74 color RGB value is (254,235,116).

#feeb74 hex color red value is 254, green value is 235 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #feeb74 hue: 0.14 , saturation: 0.99 and the lightness value of feeb74 is 0.73.

The process color (four color CMYK) of #feeb74 color hex is 0.00, 0.07, 0.54, 0.00. Web safe color of #feeb74 is #ffff66. Color #feeb74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 01110100
Octal 376 353 164
Decimal 254 235 116
Hex FE EB 74

RGB Percentages of Color #feeb74

%41.98
%38.84
%19.17

CMYK Percentages of Color #feeb74

%0
%7
%54
%0

Triadic Colors of #feeb74

#feeb74 #74feeb #eb74fe

Analogous Colors of #feeb74

#feeb74 #ccfe74 #fea674

Monochromatic Colors of #feeb74

#feeb74

Complementary Color

#feeb74 #7487fe

#feeb74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeb74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeb74 Color CSS Codes

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

#feeb74 Text Font Color

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

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


#feeb74 Background Color

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

This div background color is #feeb74


#feeb74 Border Color

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

This div border color is #feeb74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeb74

Related Colors


Comments

No comments written yet.

Please login to write comment.