Color Hex Logo

#feedbc Color Hex

#FEEDBC
(254,237,188)
0 Favorites   0 Comments

Color spaces of #feedbc

RGB 254237188
HSL0.120.970.87
HSV45°26°100°
CMYK 0.000.070.26   0.00
XYZ80.234385.270059.8069
Yxy85.27000.35610.3785
Hunter Lab92.3418-6.502226.2389
CIE-Lab93.9993-1.589325.8616

#feedbc color RGB value is (254,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 10111100
Octal 376 355 274
Decimal 254 237 188
Hex FE ED BC

RGB Percentages of Color #feedbc

%37.41
%34.90
%27.69

CMYK Percentages of Color #feedbc

%0
%7
%26
%0

Triadic Colors of #feedbc

#feedbc #bcfeed #edbcfe

Analogous Colors of #feedbc

#feedbc #eefebc #feccbc

Monochromatic Colors of #feedbc

#feedbc

Complementary Color

#feedbc #bccdfe

#feedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feedbc Color CSS Codes

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

#feedbc Text Font Color

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

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


#feedbc Background Color

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

This div background color is #feedbc


#feedbc Border Color

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

This div border color is #feedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feedbc

Related Colors


Comments

No comments written yet.

Please login to write comment.