Color Hex Logo

#fed7ab Color Hex

#FED7AB
(254,215,171)
0 Favorites   0 Comments

Color spaces of #fed7ab

RGB 254215171
HSL0.090.980.83
HSV32°33°100°
CMYK 0.000.150.33   0.00
XYZ72.524272.612048.7212
Yxy72.61200.37410.3746
Hunter Lab85.21272.798525.7492
CIE-Lab88.26237.490226.7892

#fed7ab color RGB value is (254,215,171).

#fed7ab hex color red value is 254, green value is 215 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fed7ab hue: 0.09 , saturation: 0.98 and the lightness value of fed7ab is 0.83.

The process color (four color CMYK) of #fed7ab color hex is 0.00, 0.15, 0.33, 0.00. Web safe color of #fed7ab is #ffcc99. Color #fed7ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 10101011
Octal 376 327 253
Decimal 254 215 171
Hex FE D7 AB

RGB Percentages of Color #fed7ab

%39.69
%33.59
%26.72

CMYK Percentages of Color #fed7ab

%0
%15
%33
%0

Triadic Colors of #fed7ab

#fed7ab #abfed7 #d7abfe

Analogous Colors of #fed7ab

#fed7ab #fcfeab #feaeab

Monochromatic Colors of #fed7ab

#fed7ab

Complementary Color

#fed7ab #abd2fe

#fed7ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed7ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed7ab Color CSS Codes

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

#fed7ab Text Font Color

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

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


#fed7ab Background Color

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

This div background color is #fed7ab


#fed7ab Border Color

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

This div border color is #fed7ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed7ab


Comments

No comments written yet.

Please login to write comment.