Color Hex Logo

#feee86 Color Hex

#FEEE86
(254,238,134)
0 Favorites   0 Comments

Color spaces of #feee86

RGB 254238134
HSL0.140.980.76
HSV52°47°100°
CMYK 0.000.060.47   0.00
XYZ75.750783.941134.7640
Yxy83.94110.38960.4317
Hunter Lab91.6194-12.750541.6366
CIE-Lab93.4249-8.084751.9685

#feee86 color RGB value is (254,238,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 10000110
Octal 376 356 206
Decimal 254 238 134
Hex FE EE 86

RGB Percentages of Color #feee86

%40.58
%38.02
%21.41

CMYK Percentages of Color #feee86

%0
%6
%47
%0

Triadic Colors of #feee86

#feee86 #86feee #ee86fe

Analogous Colors of #feee86

#feee86 #d2fe86 #feb286

Monochromatic Colors of #feee86

#feee86

Complementary Color

#feee86 #8696fe

#feee86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feee86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feee86 Color CSS Codes

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

#feee86 Text Font Color

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

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


#feee86 Background Color

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

This div background color is #feee86


#feee86 Border Color

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

This div border color is #feee86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feee86

Related Colors


Comments

No comments written yet.

Please login to write comment.