Color Hex Logo

#fed694 Color Hex

#FED694
(254,214,148)
0 Favorites   0 Comments

Color spaces of #fed694

RGB 254214148
HSL0.100.980.79
HSV37°42°100°
CMYK 0.000.160.42   0.00
XYZ70.264971.302138.0763
Yxy71.30210.39110.3969
Hunter Lab84.44060.762932.3731
CIE-Lab87.63165.414437.7695

#fed694 color RGB value is (254,214,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 10010100
Octal 376 326 224
Decimal 254 214 148
Hex FE D6 94

RGB Percentages of Color #fed694

%41.23
%34.74
%24.03

CMYK Percentages of Color #fed694

%0
%16
%42
%0

Triadic Colors of #fed694

#fed694 #94fed6 #d694fe

Analogous Colors of #fed694

#fed694 #f1fe94 #fea194

Monochromatic Colors of #fed694

#fed694

Complementary Color

#fed694 #94bcfe

#fed694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed694 Color CSS Codes

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

#fed694 Text Font Color

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

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


#fed694 Background Color

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

This div background color is #fed694


#fed694 Border Color

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

This div border color is #fed694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed694

Related Colors


Comments

No comments written yet.

Please login to write comment.