Color Hex Logo

#feedbe Color Hex

#FEEDBE
(254,237,190)
0 Favorites   0 Comments

Color spaces of #feedbe

RGB 254237190
HSL0.120.970.87
HSV44°25°100°
CMYK 0.000.070.25   0.00
XYZ80.451585.356960.9505
Yxy85.35690.35480.3764
Hunter Lab92.3888-6.243925.5575
CIE-Lab94.0367-1.324324.8886

#feedbe color RGB value is (254,237,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 10111110
Octal 376 355 276
Decimal 254 237 190
Hex FE ED BE

RGB Percentages of Color #feedbe

%37.30
%34.80
%27.90

CMYK Percentages of Color #feedbe

%0
%7
%25
%0

Triadic Colors of #feedbe

#feedbe #befeed #edbefe

Analogous Colors of #feedbe

#feedbe #effebe #fecdbe

Monochromatic Colors of #feedbe

#feedbe

Complementary Color

#feedbe #becffe

#feedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#feedbe Color CSS Codes

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

#feedbe Text Font Color

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

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


#feedbe Background Color

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

This div background color is #feedbe


#feedbe Border Color

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

This div border color is #feedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feedbe


Comments

No comments written yet.

Please login to write comment.