Color Hex Logo

#feedae Color Hex

#FEEDAE
(254,237,174)
0 Favorites   0 Comments

Color spaces of #feedae

RGB 254237174
HSL0.130.980.84
HSV47°31°100°
CMYK 0.000.070.31   0.00
XYZ78.797284.695252.2391
Yxy84.69520.36530.3926
Hunter Lab92.0300-8.218630.7661
CIE-Lab93.7516-3.359832.6569

#feedae color RGB value is (254,237,174).

#feedae hex color red value is 254, green value is 237 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #feedae hue: 0.13 , saturation: 0.98 and the lightness value of feedae is 0.84.

The process color (four color CMYK) of #feedae color hex is 0.00, 0.07, 0.31, 0.00. Web safe color of #feedae is #ffff99. Color #feedae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 10101110
Octal 376 355 256
Decimal 254 237 174
Hex FE ED AE

RGB Percentages of Color #feedae

%38.20
%35.64
%26.17

CMYK Percentages of Color #feedae

%0
%7
%31
%0

Triadic Colors of #feedae

#feedae #aefeed #edaefe

Analogous Colors of #feedae

#feedae #e7feae #fec5ae

Monochromatic Colors of #feedae

#feedae

Complementary Color

#feedae #aebffe

#feedae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feedae Color Preview on White Background

Lorem ipsum dolor sit amet.

#feedae Color CSS Codes

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

#feedae Text Font Color

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

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


#feedae Background Color

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

This div background color is #feedae


#feedae Border Color

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

This div border color is #feedae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feedae

Related Colors


Comments

No comments written yet.

Please login to write comment.