Color Hex Logo

#fedaa5 Color Hex

#FEDAA5
(254,218,165)
0 Favorites   0 Comments

Color spaces of #fedaa5

RGB 254218165
HSL0.100.980.82
HSV36°35°100°
CMYK 0.000.140.35   0.00
XYZ72.736073.930346.0337
Yxy73.93030.37750.3837
Hunter Lab85.98270.530028.4450
CIE-Lab88.88955.231230.7367

#fedaa5 color RGB value is (254,218,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 10100101
Octal 376 332 245
Decimal 254 218 165
Hex FE DA A5

RGB Percentages of Color #fedaa5

%39.87
%34.22
%25.90

CMYK Percentages of Color #fedaa5

%0
%14
%35
%0

Triadic Colors of #fedaa5

#fedaa5 #a5feda #daa5fe

Analogous Colors of #fedaa5

#fedaa5 #f6fea5 #feaea5

Monochromatic Colors of #fedaa5

#fedaa5

Complementary Color

#fedaa5 #a5c9fe

#fedaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedaa5 Color CSS Codes

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

#fedaa5 Text Font Color

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

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


#fedaa5 Background Color

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

This div background color is #fedaa5


#fedaa5 Border Color

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

This div border color is #fedaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedaa5


Comments

No comments written yet.

Please login to write comment.