Color Hex Logo

#feef84 Color Hex

#FEEF84
(254,239,132)
0 Favorites   0 Comments

Color spaces of #feef84

RGB 254239132
HSL0.150.980.76
HSV53°48°100°
CMYK 0.000.060.48   0.00
XYZ75.904484.469834.1335
Yxy84.46980.39020.4343
Hunter Lab91.9075-13.418742.3155
CIE-Lab93.6542-8.759653.1952

#feef84 color RGB value is (254,239,132).

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

The process color (four color CMYK) of #feef84 color hex is 0.00, 0.06, 0.48, 0.00. Web safe color of #feef84 is #ffff99. Color #feef84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 10000100
Octal 376 357 204
Decimal 254 239 132
Hex FE EF 84

RGB Percentages of Color #feef84

%40.64
%38.24
%21.12

CMYK Percentages of Color #feef84

%0
%6
%48
%0

Triadic Colors of #feef84

#feef84 #84feef #ef84fe

Analogous Colors of #feef84

#feef84 #d0fe84 #feb284

Monochromatic Colors of #feef84

#feef84

Complementary Color

#feef84 #8493fe

#feef84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feef84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feef84 Color CSS Codes

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

#feef84 Text Font Color

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

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


#feef84 Background Color

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

This div background color is #feef84


#feef84 Border Color

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

This div border color is #feef84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feef84


Comments

No comments written yet.

Please login to write comment.