Color Hex Logo

#fedaae Color Hex

#FEDAAE
(254,218,174)
0 Favorites   0 Comments

Color spaces of #fedaae

RGB 254218174
HSL0.090.980.84
HSV33°31°100°
CMYK 0.000.140.31   0.00
XYZ73.584474.269650.5016
Yxy74.26960.37100.3744
Hunter Lab86.17981.597125.5818
CIE-Lab89.04976.311926.3057

#fedaae color RGB value is (254,218,174).

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

The process color (four color CMYK) of #fedaae color hex is 0.00, 0.14, 0.31, 0.00. Web safe color of #fedaae is #ffcc99. Color #fedaae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 10101110
Octal 376 332 256
Decimal 254 218 174
Hex FE DA AE

RGB Percentages of Color #fedaae

%39.32
%33.75
%26.93

CMYK Percentages of Color #fedaae

%0
%14
%31
%0

Triadic Colors of #fedaae

#fedaae #aefeda #daaefe

Analogous Colors of #fedaae

#fedaae #fafeae #feb2ae

Monochromatic Colors of #fedaae

#fedaae

Complementary Color

#fedaae #aed2fe

#fedaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedaae Color CSS Codes

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

#fedaae Text Font Color

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

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


#fedaae Background Color

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

This div background color is #fedaae


#fedaae Border Color

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

This div border color is #fedaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedaae


Comments

No comments written yet.

Please login to write comment.