Color Hex Logo

#feddaa Color Hex

#FEDDAA
(254,221,170)
0 Favorites   0 Comments

Color spaces of #feddaa

RGB 254221170
HSL0.100.980.83
HSV36°33°100°
CMYK 0.000.130.33   0.00
XYZ73.985275.686048.7396
Yxy75.68600.37290.3815
Hunter Lab86.9977-0.444727.6818
CIE-Lab89.71344.283629.2717

#feddaa color RGB value is (254,221,170).

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

The process color (four color CMYK) of #feddaa color hex is 0.00, 0.13, 0.33, 0.00. Web safe color of #feddaa is #ffcc99. Color #feddaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 10101010
Octal 376 335 252
Decimal 254 221 170
Hex FE DD AA

RGB Percentages of Color #feddaa

%39.38
%34.26
%26.36

CMYK Percentages of Color #feddaa

%0
%13
%33
%0

Triadic Colors of #feddaa

#feddaa #aafedd #ddaafe

Analogous Colors of #feddaa

#feddaa #f5feaa #feb3aa

Monochromatic Colors of #feddaa

#feddaa

Complementary Color

#feddaa #aacbfe

#feddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#feddaa Color CSS Codes

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

#feddaa Text Font Color

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

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


#feddaa Background Color

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

This div background color is #feddaa


#feddaa Border Color

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

This div border color is #feddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feddaa


Comments

No comments written yet.

Please login to write comment.