Color Hex Logo

#fedaa1 Color Hex

#FEDAA1
(254,218,161)
0 Favorites   0 Comments

Color spaces of #fedaa1

RGB 254218161
HSL0.100.980.81
HSV37°37°100°
CMYK 0.000.140.37   0.00
XYZ72.377573.786844.1458
Yxy73.78680.38030.3877
Hunter Lab85.89920.077929.6588
CIE-Lab88.82164.771332.7003

#fedaa1 color RGB value is (254,218,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 10100001
Octal 376 332 241
Decimal 254 218 161
Hex FE DA A1

RGB Percentages of Color #fedaa1

%40.13
%34.44
%25.43

CMYK Percentages of Color #fedaa1

%0
%14
%37
%0

Triadic Colors of #fedaa1

#fedaa1 #a1feda #daa1fe

Analogous Colors of #fedaa1

#fedaa1 #f4fea1 #feaca1

Monochromatic Colors of #fedaa1

#fedaa1

Complementary Color

#fedaa1 #a1c5fe

#fedaa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedaa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedaa1 Color CSS Codes

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

#fedaa1 Text Font Color

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

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


#fedaa1 Background Color

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

This div background color is #fedaa1


#fedaa1 Border Color

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

This div border color is #fedaa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedaa1


Comments

No comments written yet.

Please login to write comment.