Color Hex Logo

#feef4b Color Hex

#FEEF4B
(254,239,75)
0 Favorites   0 Comments

Color spaces of #feef4b

RGB 25423975
HSL0.150.990.65
HSV55°70°100°
CMYK 0.000.060.70   0.00
XYZ73.009683.311818.8894
Yxy83.31180.41670.4755
Hunter Lab91.2753-16.952651.6227
CIE-Lab93.1508-12.563676.6462

#feef4b color RGB value is (254,239,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 01001011
Octal 376 357 113
Decimal 254 239 75
Hex FE EF 4B

RGB Percentages of Color #feef4b

%44.72
%42.08
%13.20

CMYK Percentages of Color #feef4b

%0
%6
%70
%0

Triadic Colors of #feef4b

#feef4b #4bfeef #ef4bfe

Analogous Colors of #feef4b

#feef4b #b4fe4b #fe964b

Monochromatic Colors of #feef4b

#feef4b

Complementary Color

#feef4b #4b5afe

#feef4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feef4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feef4b Color CSS Codes

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

#feef4b Text Font Color

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

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


#feef4b Background Color

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

This div background color is #feef4b


#feef4b Border Color

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

This div border color is #feef4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feef4b

Related Colors


Comments

No comments written yet.

Please login to write comment.