Color Hex Logo

#feecbf Color Hex

#FEECBF
(254,236,191)
0 Favorites   0 Comments

Color spaces of #feecbf

RGB 254236191
HSL0.120.970.87
HSV43°25°100°
CMYK 0.000.070.25   0.00
XYZ80.272584.823361.4319
Yxy84.82330.35440.3745
Hunter Lab92.0996-5.596524.9223
CIE-Lab93.8069-0.684924.0597

#feecbf color RGB value is (254,236,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 10111111
Octal 376 354 277
Decimal 254 236 191
Hex FE EC BF

RGB Percentages of Color #feecbf

%37.30
%34.65
%28.05

CMYK Percentages of Color #feecbf

%0
%7
%25
%0

Triadic Colors of #feecbf

#feecbf #bffeec #ecbffe

Analogous Colors of #feecbf

#feecbf #f1febf #fecdbf

Monochromatic Colors of #feecbf

#feecbf

Complementary Color

#feecbf #bfd1fe

#feecbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feecbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feecbf Color CSS Codes

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

#feecbf Text Font Color

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

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


#feecbf Background Color

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

This div background color is #feecbf


#feecbf Border Color

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

This div border color is #feecbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feecbf


Comments

No comments written yet.

Please login to write comment.