Color Hex Logo

#fedab5 Color Hex

#FEDAB5
(254,218,181)
0 Favorites   0 Comments

Color spaces of #fedab5

RGB 254218181
HSL0.080.970.85
HSV30°29°100°
CMYK 0.000.140.29   0.00
XYZ74.284974.549854.1904
Yxy74.54980.36590.3672
Hunter Lab86.34222.474323.2278
CIE-Lab89.18177.195422.8521

#fedab5 color RGB value is (254,218,181).

#fedab5 hex color red value is 254, green value is 218 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #fedab5 hue: 0.08 , saturation: 0.97 and the lightness value of fedab5 is 0.85.

The process color (four color CMYK) of #fedab5 color hex is 0.00, 0.14, 0.29, 0.00. Web safe color of #fedab5 is #ffcccc. Color #fedab5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 10110101
Octal 376 332 265
Decimal 254 218 181
Hex FE DA B5

RGB Percentages of Color #fedab5

%38.90
%33.38
%27.72

CMYK Percentages of Color #fedab5

%0
%14
%29
%0

Triadic Colors of #fedab5

#fedab5 #b5feda #dab5fe

Analogous Colors of #fedab5

#fedab5 #fefeb5 #feb6b5

Monochromatic Colors of #fedab5

#fedab5

Complementary Color

#fedab5 #b5d9fe

#fedab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedab5 Color CSS Codes

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

#fedab5 Text Font Color

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

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


#fedab5 Background Color

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

This div background color is #fedab5


#fedab5 Border Color

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

This div border color is #fedab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedab5

Related Colors


Comments

No comments written yet.

Please login to write comment.