Color Hex Logo

#feeb4b Color Hex

#FEEB4B
(254,235,75)
0 Favorites   0 Comments

Color spaces of #feeb4b

RGB 25423575
HSL0.150.990.65
HSV54°70°100°
CMYK 0.000.070.70   0.00
XYZ71.851480.995518.5033
Yxy80.99550.41930.4727
Hunter Lab89.9975-14.986450.8083
CIE-Lab92.1297-10.596675.6509

#feeb4b color RGB value is (254,235,75).

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

The process color (four color CMYK) of #feeb4b color hex is 0.00, 0.07, 0.70, 0.00. Web safe color of #feeb4b is #ffff33. Color #feeb4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 01001011
Octal 376 353 113
Decimal 254 235 75
Hex FE EB 4B

RGB Percentages of Color #feeb4b

%45.04
%41.67
%13.30

CMYK Percentages of Color #feeb4b

%0
%7
%70
%0

Triadic Colors of #feeb4b

#feeb4b #4bfeeb #eb4bfe

Analogous Colors of #feeb4b

#feeb4b #b8fe4b #fe924b

Monochromatic Colors of #feeb4b

#feeb4b

Complementary Color

#feeb4b #4b5efe

#feeb4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeb4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeb4b Color CSS Codes

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

#feeb4b Text Font Color

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

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


#feeb4b Background Color

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

This div background color is #feeb4b


#feeb4b Border Color

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

This div border color is #feeb4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeb4b

Related Colors


Comments

No comments written yet.

Please login to write comment.