Color Hex Logo

#fedab8 Color Hex

#FEDAB8
(254,218,184)
0 Favorites   0 Comments

Color spaces of #fedab8

RGB 254218184
HSL0.080.970.86
HSV29°28°100°
CMYK 0.000.140.28   0.00
XYZ74.596274.674355.8293
Yxy74.67430.36370.3641
Hunter Lab86.41432.863222.1848
CIE-Lab89.24027.585621.3710

#fedab8 color RGB value is (254,218,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 10111000
Octal 376 332 270
Decimal 254 218 184
Hex FE DA B8

RGB Percentages of Color #fedab8

%38.72
%33.23
%28.05

CMYK Percentages of Color #fedab8

%0
%14
%28
%0

Triadic Colors of #fedab8

#fedab8 #b8feda #dab8fe

Analogous Colors of #fedab8

#fedab8 #fefdb8 #feb8b9

Monochromatic Colors of #fedab8

#fedab8

Complementary Color

#fedab8 #b8dcfe

#fedab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedab8 Color CSS Codes

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

#fedab8 Text Font Color

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

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


#fedab8 Background Color

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

This div background color is #fedab8


#fedab8 Border Color

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

This div border color is #fedab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedab8


Comments

No comments written yet.

Please login to write comment.