Color Hex Logo

#fed193 Color Hex

#FED193
(254,209,147)
0 Favorites   0 Comments

Color spaces of #fed193

RGB 254209147
HSL0.100.980.79
HSV35°42°100°
CMYK 0.000.180.42   0.00
XYZ68.940068.778337.2458
Yxy68.77830.39400.3931
Hunter Lab82.93273.250731.4252
CIE-Lab86.39417.888536.6680

#fed193 color RGB value is (254,209,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 10010011
Octal 376 321 223
Decimal 254 209 147
Hex FE D1 93

RGB Percentages of Color #fed193

%41.64
%34.26
%24.10

CMYK Percentages of Color #fed193

%0
%18
%42
%0

Triadic Colors of #fed193

#fed193 #93fed1 #d193fe

Analogous Colors of #fed193

#fed193 #f6fe93 #fe9c93

Monochromatic Colors of #fed193

#fed193

Complementary Color

#fed193 #93c0fe

#fed193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed193 Color CSS Codes

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

#fed193 Text Font Color

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

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


#fed193 Background Color

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

This div background color is #fed193


#fed193 Border Color

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

This div border color is #fed193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed193

Related Colors


Comments

No comments written yet.

Please login to write comment.