Color Hex Logo

#feef92 Color Hex

#FEEF92
(254,239,146)
0 Favorites   0 Comments

Color spaces of #feef92

RGB 254239146
HSL0.140.980.78
HSV52°43°100°
CMYK 0.000.060.43   0.00
XYZ76.927984.879239.5229
Yxy84.87920.38210.4216
Hunter Lab92.1299-12.181039.0561
CIE-Lab93.8310-7.446246.6960

#feef92 color RGB value is (254,239,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 10010010
Octal 376 357 222
Decimal 254 239 146
Hex FE EF 92

RGB Percentages of Color #feef92

%39.75
%37.40
%22.85

CMYK Percentages of Color #feef92

%0
%6
%43
%0

Triadic Colors of #feef92

#feef92 #92feef #ef92fe

Analogous Colors of #feef92

#feef92 #d7fe92 #feb992

Monochromatic Colors of #feef92

#feef92

Complementary Color

#feef92 #92a1fe

#feef92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feef92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feef92 Color CSS Codes

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

#feef92 Text Font Color

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

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


#feef92 Background Color

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

This div background color is #feef92


#feef92 Border Color

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

This div border color is #feef92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feef92

Related Colors


Comments

No comments written yet.

Please login to write comment.