Color Hex Logo

#fed1bf Color Hex

#FED1BF
(254,209,191)
0 Favorites   0 Comments

Color spaces of #fed1bf

RGB 254209191
HSL0.050.970.87
HSV17°25°100°
CMYK 0.000.180.25   0.00
XYZ73.077570.433359.0336
Yxy70.43330.36080.3477
Hunter Lab83.92458.561317.0418
CIE-Lab87.208913.189714.8631

#fed1bf color RGB value is (254,209,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 10111111
Octal 376 321 277
Decimal 254 209 191
Hex FE D1 BF

RGB Percentages of Color #fed1bf

%38.84
%31.96
%29.20

CMYK Percentages of Color #fed1bf

%0
%18
%25
%0

Triadic Colors of #fed1bf

#fed1bf #bffed1 #d1bffe

Analogous Colors of #fed1bf

#fed1bf #fef1bf #febfcd

Monochromatic Colors of #fed1bf

#fed1bf

Complementary Color

#fed1bf #bfecfe

#fed1bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed1bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed1bf Color CSS Codes

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

#fed1bf Text Font Color

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

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


#fed1bf Background Color

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

This div background color is #fed1bf


#fed1bf Border Color

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

This div border color is #fed1bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,209,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 #fed1bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed1bf


Comments

No comments written yet.

Please login to write comment.