Color Hex Logo

#fed693 Color Hex

#FED693
(254,214,147)
0 Favorites   0 Comments

Color spaces of #fed693

RGB 254214147
HSL0.100.980.79
HSV38°42°100°
CMYK 0.000.160.42   0.00
XYZ70.186171.270537.6611
Yxy71.27050.39180.3979
Hunter Lab84.42190.661932.6457
CIE-Lab87.61635.311438.2572

#fed693 color RGB value is (254,214,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 10010011
Octal 376 326 223
Decimal 254 214 147
Hex FE D6 93

RGB Percentages of Color #fed693

%41.30
%34.80
%23.90

CMYK Percentages of Color #fed693

%0
%16
%42
%0

Triadic Colors of #fed693

#fed693 #93fed6 #d693fe

Analogous Colors of #fed693

#fed693 #f1fe93 #fea193

Monochromatic Colors of #fed693

#fed693

Complementary Color

#fed693 #93bbfe

#fed693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed693 Color CSS Codes

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

#fed693 Text Font Color

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

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


#fed693 Background Color

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

This div background color is #fed693


#fed693 Border Color

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

This div border color is #fed693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed693


Comments

No comments written yet.

Please login to write comment.