Color Hex Logo

#fed793 Color Hex

#FED793
(254,215,147)
0 Favorites   0 Comments

Color spaces of #fed793

RGB 254215147
HSL0.110.980.79
HSV38°42°100°
CMYK 0.000.150.42   0.00
XYZ70.439971.778337.7458
Yxy71.77830.39140.3988
Hunter Lab84.72210.145432.8903
CIE-Lab87.86184.797238.5753

#fed793 color RGB value is (254,215,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 10010011
Octal 376 327 223
Decimal 254 215 147
Hex FE D7 93

RGB Percentages of Color #fed793

%41.23
%34.90
%23.86

CMYK Percentages of Color #fed793

%0
%15
%42
%0

Triadic Colors of #fed793

#fed793 #93fed7 #d793fe

Analogous Colors of #fed793

#fed793 #f0fe93 #fea293

Monochromatic Colors of #fed793

#fed793

Complementary Color

#fed793 #93bafe

#fed793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed793 Color CSS Codes

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

#fed793 Text Font Color

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

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


#fed793 Background Color

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

This div background color is #fed793


#fed793 Border Color

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

This div border color is #fed793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed793

Related Colors


Comments

No comments written yet.

Please login to write comment.