Color Hex Logo

#fed894 Color Hex

#FED894
(254,216,148)
0 Favorites   0 Comments

Color spaces of #fed894

RGB 254216148
HSL0.110.980.79
HSV38°42°100°
CMYK 0.000.150.42   0.00
XYZ70.774272.320738.2461
Yxy72.32070.39030.3988
Hunter Lab85.0416-0.269632.8644
CIE-Lab88.12274.387138.4072

#fed894 color RGB value is (254,216,148).

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

The process color (four color CMYK) of #fed894 color hex is 0.00, 0.15, 0.42, 0.00. Web safe color of #fed894 is #ffcc99. Color #fed894 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 10010100
Octal 376 330 224
Decimal 254 216 148
Hex FE D8 94

RGB Percentages of Color #fed894

%41.10
%34.95
%23.95

CMYK Percentages of Color #fed894

%0
%15
%42
%0

Triadic Colors of #fed894

#fed894 #94fed8 #d894fe

Analogous Colors of #fed894

#fed894 #effe94 #fea394

Monochromatic Colors of #fed894

#fed894

Complementary Color

#fed894 #94bafe

#fed894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed894 Color CSS Codes

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

#fed894 Text Font Color

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

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


#fed894 Background Color

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

This div background color is #fed894


#fed894 Border Color

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

This div border color is #fed894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed894

Related Colors


Comments

No comments written yet.

Please login to write comment.