Color Hex Logo

#feed94 Color Hex

#FEED94
(254,237,148)
0 Favorites   0 Comments

Color spaces of #feed94

RGB 254237148
HSL0.140.980.79
HSV50°42°100°
CMYK 0.000.070.42   0.00
XYZ76.502583.777340.1555
Yxy83.77730.38170.4180
Hunter Lab91.5299-10.983638.0596
CIE-Lab93.3537-6.249245.1158

#feed94 color RGB value is (254,237,148).

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

The process color (four color CMYK) of #feed94 color hex is 0.00, 0.07, 0.42, 0.00. Web safe color of #feed94 is #ffff99. Color #feed94 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 10010100
Octal 376 355 224
Decimal 254 237 148
Hex FE ED 94

RGB Percentages of Color #feed94

%39.75
%37.09
%23.16

CMYK Percentages of Color #feed94

%0
%7
%42
%0

Triadic Colors of #feed94

#feed94 #94feed #ed94fe

Analogous Colors of #feed94

#feed94 #dafe94 #feb894

Monochromatic Colors of #feed94

#feed94

Complementary Color

#feed94 #94a5fe

#feed94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feed94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feed94 Color CSS Codes

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

#feed94 Text Font Color

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

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


#feed94 Background Color

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

This div background color is #feed94


#feed94 Border Color

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

This div border color is #feed94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feed94


Comments

No comments written yet.

Please login to write comment.