Color Hex Logo

#fed7bf Color Hex

#FED7BF
(254,215,191)
4 Favorites   0 Comments

Color spaces of #fed7bf

RGB 254215191
HSL0.060.970.87
HSV23°25°100°
CMYK 0.000.150.25   0.00
XYZ74.577573.433359.5336
Yxy73.43330.35930.3538
Hunter Lab85.69325.382618.7948
CIE-Lab88.654010.074016.8953

#fed7bf color RGB value is (254,215,191).

#fed7bf hex color red value is 254, green value is 215 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fed7bf hue: 0.06 , saturation: 0.97 and the lightness value of fed7bf is 0.87.

The process color (four color CMYK) of #fed7bf color hex is 0.00, 0.15, 0.25, 0.00. Web safe color of #fed7bf is #ffcccc. Color #fed7bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 10111111
Octal 376 327 277
Decimal 254 215 191
Hex FE D7 BF

RGB Percentages of Color #fed7bf

%38.48
%32.58
%28.94

CMYK Percentages of Color #fed7bf

%0
%15
%25
%0

Triadic Colors of #fed7bf

#fed7bf #bffed7 #d7bffe

Analogous Colors of #fed7bf

#fed7bf #fef7bf #febfc7

Monochromatic Colors of #fed7bf

#fed7bf

Complementary Color

#fed7bf #bfe6fe

#fed7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed7bf Color CSS Codes

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

#fed7bf Text Font Color

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

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


#fed7bf Background Color

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

This div background color is #fed7bf


#fed7bf Border Color

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

This div border color is #fed7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed7bf

#fed7bf Color Palettes


Comments

No comments written yet.

Please login to write comment.