Color Hex Logo

#fee6bf Color Hex

#FEE6BF
(254,230,191)
0 Favorites   0 Comments

Color spaces of #fee6bf

RGB 254230191
HSL0.100.970.87
HSV37°25°100°
CMYK 0.000.090.25   0.00
XYZ78.573881.426060.8657
Yxy81.42600.35580.3687
Hunter Lab90.2364-2.483823.1735
CIE-Lab92.32092.362622.0069

#fee6bf color RGB value is (254,230,191).

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

The process color (four color CMYK) of #fee6bf color hex is 0.00, 0.09, 0.25, 0.00. Web safe color of #fee6bf is #ffffcc. Color #fee6bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100110 10111111
Octal 376 346 277
Decimal 254 230 191
Hex FE E6 BF

RGB Percentages of Color #fee6bf

%37.63
%34.07
%28.30

CMYK Percentages of Color #fee6bf

%0
%9
%25
%0

Triadic Colors of #fee6bf

#fee6bf #bffee6 #e6bffe

Analogous Colors of #fee6bf

#fee6bf #f7febf #fec7bf

Monochromatic Colors of #fee6bf

#fee6bf

Complementary Color

#fee6bf #bfd7fe

#fee6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee6bf Color CSS Codes

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

#fee6bf Text Font Color

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

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


#fee6bf Background Color

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

This div background color is #fee6bf


#fee6bf Border Color

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

This div border color is #fee6bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee6bf


Comments

No comments written yet.

Please login to write comment.