Color Hex Logo

#fedd94 Color Hex

#FEDD94
(254,221,148)
0 Favorites   0 Comments

Color spaces of #fedd94

RGB 254221148
HSL0.110.980.79
HSV41°42°100°
CMYK 0.000.130.42   0.00
XYZ72.074874.921938.6796
Yxy74.92190.38820.4035
Hunter Lab86.5574-2.841834.0955
CIE-Lab89.35641.828840.0031

#fedd94 color RGB value is (254,221,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 10010100
Octal 376 335 224
Decimal 254 221 148
Hex FE DD 94

RGB Percentages of Color #fedd94

%40.77
%35.47
%23.76

CMYK Percentages of Color #fedd94

%0
%13
%42
%0

Triadic Colors of #fedd94

#fedd94 #94fedd #dd94fe

Analogous Colors of #fedd94

#fedd94 #eafe94 #fea894

Monochromatic Colors of #fedd94

#fedd94

Complementary Color

#fedd94 #94b5fe

#fedd94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedd94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedd94 Color CSS Codes

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

#fedd94 Text Font Color

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

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


#fedd94 Background Color

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

This div background color is #fedd94


#fedd94 Border Color

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

This div border color is #fedd94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedd94

Related Colors


Comments

No comments written yet.

Please login to write comment.