Color Hex Logo

#fedab4 Color Hex

#FEDAB4
(254,218,180)
0 Favorites   0 Comments

Color spaces of #fedab4

RGB 254218180
HSL0.090.970.85
HSV31°29°100°
CMYK 0.000.140.29   0.00
XYZ74.182774.508953.6518
Yxy74.50890.36660.3682
Hunter Lab86.31852.346623.5709
CIE-Lab89.16257.067023.3457

#fedab4 color RGB value is (254,218,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 10110100
Octal 376 332 264
Decimal 254 218 180
Hex FE DA B4

RGB Percentages of Color #fedab4

%38.96
%33.44
%27.61

CMYK Percentages of Color #fedab4

%0
%14
%29
%0

Triadic Colors of #fedab4

#fedab4 #b4feda #dab4fe

Analogous Colors of #fedab4

#fedab4 #fdfeb4 #feb5b4

Monochromatic Colors of #fedab4

#fedab4

Complementary Color

#fedab4 #b4d8fe

#fedab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedab4 Color CSS Codes

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

#fedab4 Text Font Color

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

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


#fedab4 Background Color

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

This div background color is #fedab4


#fedab4 Border Color

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

This div border color is #fedab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedab4

Related Colors


Comments

No comments written yet.

Please login to write comment.